Is there a combobox dropdown style control in Winforms that doesn't let the user to type anything but only pick from the existing list of items?
Thanks everyone, I marked the first answerer as an answer but voted all.
Joan Venge
2009-07-30 23:20:16
+2
A:
Yes. Change the DropDownStyle on the Combobox to DropDownList
David Stratton
2009-07-30 23:18:02