Paracad Posted September 2, 2016 Share Posted September 2, 2016 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. Link to comment Share on other sites More sharing options...
argumentum Posted September 2, 2016 Share Posted September 2, 2016 5 minutes ago, Paracad said: Must select a particular option in a combo box from a windows program Your description is non-descriptive. What program is it ? Can not use MouseClick ? Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Paracad Posted September 8, 2016 Author Share Posted September 8, 2016 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. argumentum 1 Link to comment Share on other sites More sharing options...
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