SleepyXtreme Posted August 8, 2007 Posted August 8, 2007 How do i make it so you cannot write anything in the combo box. I want to force the user to choose one of the options in the combo box and nothing else.
DjDeep00 Posted August 8, 2007 Posted August 8, 2007 How do i make it so you cannot write anything in the combo box. I want to force the user to choose one of the options in the combo box and nothing else.Try this...GuiCtrlCreateCombo("Test", 10, 10, 125, -1,0x0003)
GaryFrost Posted August 8, 2007 Posted August 8, 2007 How do i make it so you cannot write anything in the combo box. I want to force the user to choose one of the options in the combo box and nothing else.$CBS_DROPDOWNLIST style SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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