Hello, just a simple comboboxquestion. i am using Visual Studio 2005 and .NET
2.0.
I have a combobox on the form and i want that combobox to be locked, so the
user can select a value, but the user cannot change the values inside of the
combobox.
Like a normal dropdown list on a internet webpage.
Earl - 27 Jan 2007 18:11 GMT
Set the combo type to DropDownList.
> Hello, just a simple comboboxquestion. i am using Visual Studio 2005 and
> .NET
[quoted text clipped - 5 lines]
> combobox.
> Like a normal dropdown list on a internet webpage.
Tim Van Wassenhove - 27 Jan 2007 18:13 GMT
Patrick F schreef:
> Hello, just a simple comboboxquestion. i am using Visual Studio 2005 and .NET
> 2.0.
> I have a combobox on the form and i want that combobox to be locked, so the
> user can select a value, but the user cannot change the values inside of the
> combobox.
> Like a normal dropdown list on a internet webpage.
Set the DropDownStyle property to ComboBoxStyle.DropDownList

Signature
Tim Van Wassenhove <url:http://www.timvw.be/>
Patrick F - 28 Jan 2007 11:52 GMT
thanks alot
> Patrick F schreef:
> > Hello, just a simple comboboxquestion. i am using Visual Studio 2005 and .NET
[quoted text clipped - 5 lines]
>
> Set the DropDownStyle property to ComboBoxStyle.DropDownList