JLC123 Posted November 7, 2005 Posted November 7, 2005 Is there a way to prevent the user from entering their own data in a combo box and limiting them to ONLY what's in the dropdown? Thanks! Two wrongs don't make a right, but three lefts do
GaryFrost Posted November 8, 2005 Posted November 8, 2005 Is there a way to prevent the user from entering their own data in a combo box and limiting them to ONLY what's in the dropdown?Thanks! use the $CBS_DROPDOWNLIST in the style SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
PartyPooper Posted November 10, 2005 Posted November 10, 2005 Isn't a combobox just a combination of an input and a list? If you just wanted to list stuff, you could use GUICtrlCreateList instead unless you are particularly want the little drop-down icon.
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