Delta01 Posted October 10, 2007 Posted October 10, 2007 (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 October 10, 2007 by Delta01
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