jmstubiera Posted September 26, 2016 Posted September 26, 2016 Hello team, Any ideas on how I can have a combo box change it's guistate. Below is my code: $comboBox = GUICtrlCreateCombo("-- Select Type --", 280, 104, 145, 25, BitOR($CBS_DROPDOWN, $CBS_AUTOHSCROLL, $WS_DISABLED)) GUICtrlSetData(-1, "One|Two|Three|Four") So basically, once I click on a button, the $combo box's state will change from being disabled to being active again. Thanks in advance.
Danp2 Posted September 26, 2016 Posted September 26, 2016 Have you checked out GUICtrlSetState? Latest Webdriver UDF Release Webdriver Wiki FAQs
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