-
as seen on Stack Overflow
- Search for 'Stack Overflow'
An extension of my previous thread: http://stackoverflow.com/questions/2634531/c-wrapping-an-application-within-another-application
So I'm launching embedded resource applications via Reflection and I'm unsure whether I can use AutoIt (.au3) files or not. People say it needs to be "Managed Code"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
how can i use autoit to execute javascript in a webpage ? I know the javascript code I should call.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to write a script in AutoIt, which can take automatic input from the keyboard, lets say A-Z, without user intervention.
Is this possible?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I am trying to use AutoIT within a C# application in the following way:
au = new AutoItX3Lib.AutoItX3Class();
.
.
.
.
au.WinMenuSelectItem("MySoftware", "", "&File", "&Open");
On compiling this I get the following error:
Error 1 No overload for method 'WinMenuSelectItem' takes '4'…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to call functions from an AutoIt dll, that I found at C:\Program Files (x86)\AutoIt3\AutoItX\AutoItX3.dll using Python. I know I could use win32com.client.Dispatch("AutoItX3.Control") but I can't install the application or register anything in the system.
So far, this is where I am:
from…
>>> More