usera Posted May 4, 2011 Share Posted May 4, 2011 Greeting, How can I let mouse left click on time in the middle of the screen whatever the screen resolution is. thanks usera Link to comment Share on other sites More sharing options...
smartee Posted May 4, 2011 Share Posted May 4, 2011 Hi usera, Search the helpfile for the MouseClick() function. Here is how you would use it to left click once at the middle of the screen:MouseClick("left", @DesktopWidth / 2, @DesktopHeight / 2) -smartee zxtnt09 1 Link to comment Share on other sites More sharing options...
usera Posted May 4, 2011 Author Share Posted May 4, 2011 Hi usera, Search the helpfile for the MouseClick() function. Here is how you would use it to left click once at the middle of the screen:MouseClick("left", @DesktopWidth / 2, @DesktopHeight / 2) -smartee thank you very much, it works Link to comment Share on other sites More sharing options...
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