Click to See Complete Forum and Search --> : make a combobox readonly


Bantam
February 18th, 2003, 09:41 AM
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

DdH
February 18th, 2003, 01:26 PM
Set the DropDownStype Property of the Combobox to 'DropDownList'

Bantam
February 18th, 2003, 01:57 PM
Worked great, thanks!