hh1234 0 Posted April 21, 2011 If you have a dialog box that has a "NEXT" button can AutoIT click that button if the AutoIT .exe running in the system account and you can't actaully see the dialog? Share this post Link to post Share on other sites
PsaltyDS 42 Posted April 22, 2011 You can try ControlClick(); see help file. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
hh1234 0 Posted April 22, 2011 You can try ControlClick(); see help file. Thanks but based on the help file this will not work. "If the user has swapped the left and right mouse buttons in the control panel, then the behaviour of the buttons is different. "Left" and "right" So ControlClick is tied to physical clicks. I need something that will work when the dialog in question is only in memory and you never see it. WinBatch can do this but we don't use WinBatch at my current company. Share this post Link to post Share on other sites