Rux 1 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".) Share this post Link to post Share on other sites
Rogue5099 18 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 Share this post Link to post Share on other sites