Jump to content

Recommended Posts

Posted

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 =\

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...