baroim Posted December 24, 2009 Posted December 24, 2009 How can I run a script employing mouseclick (coordinates based task) in different computer with different screen setting resolution and preventing it to click on the wrong x,y or left, top, bottom, right coordinates? Thanks
Mat Posted December 24, 2009 Posted December 24, 2009 Use macros such as @DesktopWidth and @DesktopHeight, or use ControlClick. The latter is much preferred as it is a lot more accurate, and can be done in the background. AutoIt Project Listing
baroim Posted December 24, 2009 Author Posted December 24, 2009 (edited) thanks Mat, i'll look into it Edited December 24, 2009 by baroim
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