XKira 0 Posted October 13, 2010 Okay, I have a script I use often thats written mostly with pixel detections and mouse movements. However, It would be much more useful to not be not taking my mouse, so I can just minimize the window it works in while the script runs. I've seen this done before, but I never understood how. Can anyone tell me the steps to clicking certain things in a window without using the mouse? Share this post Link to post Share on other sites
Mat 376 Posted October 13, 2010 The way it works is that AutoIt makes the buttons and controls think they are being clicked. All you need to do is tell it what control to click. Read the helpfile under ControlSend and ControlClick AutoIt Project Listing Share this post Link to post Share on other sites
XKira 0 Posted October 14, 2010 The way it works is that AutoIt makes the buttons and controls think they are being clicked. All you need to do is tell it what control to click. Read the helpfile under ControlSend and ControlClick Thank you so much ! Share this post Link to post Share on other sites