Jump to content

Recommended Posts

Posted

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.

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
×
×
  • Create New...