Jump to content

Recommended Posts

Posted

Hey Guys,

I have stumbled here upon advise from EE. I don't know much about programming nor AutoIt as a matter of fact but if someone can help with my query I would be happy to donate for their time.

I'm a trader and I want the ability to click 2 buttons simultaneously or as close as possible that are on separate windows side by side to each other.

Is this possible to do with AutoIt?

Can clarify further if necessary.

Thanks

Posted

You cant really do it simultaneously, but autoit would defiantly help you click these buttons back to back much faster than you ever could manually. If your able to use controlclick() it will even be faster.

Posted

Controlclick() will send a mouse click command to a control. A button being the control in your case. As opposed to Mouseclick() which will actually move your mouse to the button and then send the click.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...