G Guest Mar 11, 2004 #1 Hello How does one prevent the user from overtyping in a combo box thank you in advanc Robert
H Herfried K. Wagner [MVP] Mar 11, 2004 #2 * "=?Utf-8?B?Um9iZXJ0IEJhdHQ=?= said: How does one prevent the user from overtyping in a combo box. Click to expand... Set the combobox's 'DropDownStyle' property to 'DropDownList'.
* "=?Utf-8?B?Um9iZXJ0IEJhdHQ=?= said: How does one prevent the user from overtyping in a combo box. Click to expand... Set the combobox's 'DropDownStyle' property to 'DropDownList'.
S Scott Mar 11, 2004 #4 Simply set the DropDownStyle of the ComboBox to "DropDownList". This displays an un-editable list of values for the user to select from. The default setting of "DropDown" allows the user to type values into the combobox...
Simply set the DropDownStyle of the ComboBox to "DropDownList". This displays an un-editable list of values for the user to select from. The default setting of "DropDown" allows the user to type values into the combobox...