antanee52 Posted July 11, 2007 Posted July 11, 2007 I want to get AutoIt to do right mouse click right exactly where it is. No pixel searching, just a simple right click. I was trying to use Send commands like Send("{RightMouseClick}") but that obviously doesnt work. How can I do this?Also I have searched already =\
someone Posted July 11, 2007 Posted July 11, 2007 The helpfile is your friend.... check out MouseClick()... in your case use MouseClick("right"). And like I said, the helpfile is your friend.... While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
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