Guest Nightwish Posted April 6, 2004 Share Posted April 6, 2004 Ok I need the prog to click a button on one of my programs. The question is, HOW DO I FIND THE COODINATES FOR THAT BUTTON!!?? Is there some simple program out there that will tell me the coodinates of where I place my mouse pointer? AT least then I would know what to put in as x and y values! Thanks for any help in advance.... Link to post Share on other sites
ezzetabi 4 Posted April 6, 2004 Share Posted April 6, 2004 Autoit Windows Spy Link to post Share on other sites
esfalk 0 Posted April 6, 2004 Share Posted April 6, 2004 You could use the MouseGetPos ( ) and then the MouseClick ( ) commands, but I might suggest trying to get the ControlCommand ( ) command to work. Check them out in the AutoIT Help. Link to post Share on other sites
Guest Nightwish Posted April 6, 2004 Share Posted April 6, 2004 Wow I dind't know what that did cause it came up blank! Thanks! Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now