Jump to content

Recommended Posts

Posted (edited)

Is there anyway to make a combo read-only?

I'm assuming you mean so they can't type into the control but can still select things

GuiCtrlCreateCombo($var, 150, 25, -1, -1, $CBS_DROPDOWNLIST)

Just add $CBS_DROPDOWNLIST at the end of it.

Edited by Delta01

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