Is there a way to make it so a user can't type whatever he wants in a combobox and can only choose what's there?
-Jacob the n00b
Printable View
Is there a way to make it so a user can't type whatever he wants in a combobox and can only choose what's there?
-Jacob the n00b
Set the DropDownStype Property of the Combobox to 'DropDownList'
Worked great, thanks!