yuling3086 Posted August 7, 2014 Posted August 7, 2014 Hi, I am new to Autoit. I want to set a combo box value but how i change my code it also not able to set it. Anyone know how to do that? Below is my code. WinWaitActive("Form1 ver 1.0") $index = ControlCommand("Form1 ver 1.0","","comboBox4","FindString",'BLDC') ControlSend("Form1 ver 1.0", "", "comboBox4", "SetCurrentSelection", $index)
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