Jump to content

Recommended Posts

Posted

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? :)

Posted

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 & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Posted

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

Posted

Here you go: >link

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Posted (edited)

First example

_CallAny("MsgBox", 0x20, "Hello, World", "LOL")

I feel like my understanding was flawed, lol. :geek:

Edited by MikahS

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Posted

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 #202

Many more examples in the >Access AutoIt thread

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...