Hello there... can anyone help?
I have a form with 1 combobox and several textbox´s;
my question: in run time, the user can write text in the combobox! How can i
stop the user from doing that?~
ex:
in the combobox i have:
book 1
book 2
book 3
...
in run time, the user can click the little arrow and choose the correct
book, but he can also write what ever he wants without clicking the little
arrow...
is there any propertie like read only, that i can apply to the combobox, so
that it can not be editable?
thanks for the help,
Santhana Gopalan S - 25 Nov 2003 20:54 GMT
Hi,
Set the Combobox control's Style property
to "DropDownList".
Santhana Gopalan S
>-----Original Message-----
>Hello there... can anyone help?
[quoted text clipped - 18 lines]
>
>.