Login | |
|
 |
RE: how to 'click' on a button - 5/1/2008 11:00:08 PM
|
|
 |
|
| |
TNO
Posts: 1036
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
Is it safe to assume the tab key won't let you move focus around the screen? If the program only has a button (which you can't put focus on) and a file menu, then the only way would be to use AutoIt think to have the mouse move around to the button.
_____________________________
Consolidated Script Component: The Acid Test A universe of complexity...
|
|
| |
|
|
|
 |
RE: how to 'click' on a button - 5/2/2008 12:48:56 AM
|
|
 |
|
| |
Rischip
Posts: 378
Score: 2
Joined: 3/26/2007
Status: offline
|
What happens when you have focus on the application and you press the ALT key? Maybe the button is programmed for a hotkey which you could simulate with sendkeys the way you have in the rest oof the code you posted.
_____________________________
Rischip Author of - The Grim Linker
|
|
| |
|
|
|
|
|