Board index » Visual Studio » Avoid Combobox Text Change

Avoid Combobox Text Change

Visual Studio158
I am using a combobox in an application, where I don't want the text

to be changed, limiting the displayed text to those assigned to each

item in the control's item collection.



I don't want to allow users to type in anything into the control's

textbox and limit them to only be able to choose from its list.



Thanks...


-
 

Re:Avoid Combobox Text Change



"Pepi Tonas" <Pepitonas@hotmail.com>wrote

Quote
I am using a combobox in an application, where I don't want the text

to be changed, limiting the displayed text to those assigned to each

item in the control's item collection.



I don't want to allow users to type in anything into the control's

textbox and limit them to only be able to choose from its list.





Check out the DropDownStyle Property





LFS

-

Re:Avoid Combobox Text Change

Thank you very much...



On Tue, 19 Oct 2004 21:25:23 -0500, "Larry Serflaten"

<serflaten@usinternet.com>wrote:



Quote


"Pepi Tonas" <Pepitonas@hotmail.com>wrote

>I am using a combobox in an application, where I don't want the text

>to be changed, limiting the displayed text to those assigned to each

>item in the control's item collection.

>

>I don't want to allow users to type in anything into the control's

>textbox and limit them to only be able to choose from its list.





Check out the DropDownStyle Property





LFS



-