mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on
Now if ranorex spy or inspect gives more element I will install them, just tell me if window detective gives enough info or not There's one thing I don't understand : if I focus in my window using WinActivate ("CLO Enterprise OnlineAuth","") and I try to move the mouse using mouse...
My solution is somewhat inelegant as I basically pass my hWnd and other info from AutoIt to a small VB6 program and use the VB6 program to get the IHTMLDocument2 pointer and do my revisions to the HTML code. I am attaching the VB6 support code for anyone interested, because the VB6 co...