alienkillaz Posted December 12, 2004 Posted December 12, 2004 (edited) hey all, new to the forum and had a quick question when i do winActivate("untitled - paint") im using the au3_spy.exe program to see where my mouse position is, but when i try to set it to click on things it clicks using my desktop size rather then the window i am working in. i need to be abe to set: MouseClick("left", 496, 491, 1) to be relevant to the window im working in and not my desktop Edited December 12, 2004 by alienkillaz
Nova Posted December 12, 2004 Posted December 12, 2004 (edited) Its in the help file under autoitsetoption its called MouseCoordMode Heres how u use it, this goes ontop of ur script Opt("MouseCoordMode", 0) enjoy Edited December 12, 2004 by nova
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