Jump to content

Recommended Posts

Posted

Okay, I have a script I use often thats written mostly with pixel detections and mouse movements.

However, It would be much more useful to not be not taking my mouse, so I can just minimize the window it works in while the script runs.

I've seen this done before, but I never understood how.

Can anyone tell me the steps to clicking certain things in a window without using the mouse?

Posted

The way it works is that AutoIt makes the buttons and controls think they are being clicked. All you need to do is tell it what control to click. Read the helpfile under ControlSend and ControlClick ;)

Thank you so much ! :)

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...