Jump to content

Recommended Posts

Posted

Hello everyone. I'm starting to program with the autoit and need a little help. Must select a particular option in a combo box from a windows program in such a way that simulates the click of the mouse. Just select one of the combo values does not work for my program. Can anyone help me? Thank you very much.

Posted

Hi Argumentum!

 

The program I'm using is specific to the company and can not even put screen print ( avoid problems with complince..rs ) . But searching here in the forum (including some answers her ) I ended up finding a solution to the problem. 

I used ControlCommand and ControlClick :

ControlCommand("Menu Geral", "", "[CLASS:ThunderRT6ComboBox; INSTANCE:1]","SelectString","LIFE")
 Sleep(500)
ControlClick("Menu Geral", "", "ThunderRT6CommandButton34")

 

Thanks a lot for the help.

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