StandardUser 2 Posted October 9, 2014 I vaguely remember, there was a method or UDF for calling all AutoIt functions from other programming languages, including default and custom UDFs. Now I can't find it by any means. Initially I thought it was AutoItObject UDF but seems it is not: Q. Does this mean that the objects I create are available from other programs since they're actually COM-objects? No. The objects are created at runtime and for AutoIt's eyes only. So could someone pinpoint it to me or is my memory just a dream of a drunk horse? Share this post Link to post Share on other sites
MikahS 92 Posted October 9, 2014 Using the AutoItX3.dll in program files -> AutoIt3 -> AutoItX when calling this you will be able to use AutoIt functions. It also has an example folder with a C++ and VBScript examples included. Snips & ScriptsMy Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4Feel free to use any of my code for your own use. Forum FAQ Share this post Link to post Share on other sites
StandardUser 2 Posted October 9, 2014 Using the AutoItX3.dll in program files -> AutoIt3 -> AutoItX when calling this you will be able to use AutoIt functions. It also has an example folder with a C++ and VBScript examples included. there was a method or UDF for calling all AutoIt functions from other programming languages, including default and custom UDFs Share this post Link to post Share on other sites
MikahS 92 Posted October 9, 2014 Here you go: >link Snips & ScriptsMy Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4Feel free to use any of my code for your own use. Forum FAQ Share this post Link to post Share on other sites
StandardUser 2 Posted October 9, 2014 Here you go: >link Thanks! But still didn't find any use of it, as there is no Call function in COM and Dll interfaces of AutoItX Share this post Link to post Share on other sites
MikahS 92 Posted October 9, 2014 (edited) First example _CallAny("MsgBox", 0x20, "Hello, World", "LOL") I feel like my understanding was flawed, lol. Edited October 9, 2014 by MikahS Snips & ScriptsMy Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4Feel free to use any of my code for your own use. Forum FAQ Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted October 9, 2014 I vaguely remember, there was a method or UDF for calling all AutoIt functions from other programming languages, including default and custom UDFs. Now I can't find it by any means. Initially I thought it was >AutoItObject UDF but seems it is not:So could someone pinpoint it to me or is my memory just a dream of a drunk horse? No you are right, but you have to read past that FAQ (it was written when the UDF was originally posted). >Post #202Many more examples in the >Access AutoIt thread 2 MikahS and mLipok reacted to this .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Share this post Link to post Share on other sites
StandardUser 2 Posted October 9, 2014 Many more examples in the >Access AutoIt thread Yep, that was the thing I was thinking about. Many thanks! Share this post Link to post Share on other sites