RBCC 0 Posted September 2, 2011 I am making a script that has a dialog box with three buttons and none of them has a hotkey. next, previous and quit. I created the script: MouseClick("left",154,180,1), but I'd like to move the cursor and click on ok.. can someone help me with this? John Share this post Link to post Share on other sites
monoscout999 10 Posted September 2, 2011 Use AutoIt Windows Info Tool to find out the what kind of button you are dealing whit... the you can use ControlClick to click the button. Share this post Link to post Share on other sites