tpek 0 Posted May 10, 2010 (edited) Hello. I have one question. In MS Word UDF evryone use a lot of functions from $oDoc object variable. like this: $oDoc.Images(0).Layout.Text $oDoc.Sections($sec_i).Headers(1).Range $oDoc.Sections.Count() etc. But where can I find full list of these functions or full structure of this object variable??? For example I want remove picture from word document. Thanks for any help. Edited May 10, 2010 by tpek Share this post Link to post Share on other sites
Yoriz 6 Posted May 10, 2010 hey,you mean something like this ? GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF. Share this post Link to post Share on other sites
tpek 0 Posted May 10, 2010 (edited) Yes. Thats it. Thanks so much. Hehe... so simple: $oDoc.Shapes(2).Delete Edited May 10, 2010 by tpek Share this post Link to post Share on other sites