Champak Posted April 21, 2014 Posted April 21, 2014 I searched through windows messages and couldn't come up with a solution, or combination of solutions. What I want to do is click on a text box/combo box of any external app and return the control id and window of the app that was clicked. I found $WM_NCACTIVATE, but that only sends a message when going to/from my app; I need something that will register something when ANY app is clicked on from any other app, and then send me the control id if I click in one. Is this possible?
jguinch Posted April 21, 2014 Posted April 21, 2014 Maybe with _WinAPI_SetWindowsHookEx ? Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
junkew Posted April 22, 2014 Posted April 22, 2014 see in examples section the iuiautomation thread which shows some event cachin logic FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now