Rux Posted March 2, 2011 Posted March 2, 2011 What I want to do is click a window relative X and Y coordinate in a hidden window. CONTROLCLICK() does not work, because you can only click visable buttons. How can I achieve this? Thanks. (EX: I want to click coordinates 67,50 in the hidden window "Test.exe".)
Rogue5099 Posted March 2, 2011 Posted March 2, 2011 You can try ControlClick but see Remarks: Some controls will resist clicking unless they are the active window. Use the WinActivate() function to force the control's window to the top before using ControlClick(). My projects: Inventory / Mp3 Inventory, Computer Stats
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