View Single Post
  #1 (permalink)  
Old 01-08-2009, 2:11 PM
jaksel jaksel is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Sep 2008
Posts: 6
Reputation: 0
jaksel is on a distinguished programming path ahead
Default Preclude User from Changing Text in a ComboBox

At coding time, I developed several combo boxes and added items to them in a collection.

I want to preclude the user from changing the contents of the text when they select an item. That is, I want to limit them to the items on the list and preclude them from changing the item name.

I have users that select "Park" from the dropdown and then make a mistake and either clear the box or change "Park" to "Prk" or similar.

There must be a property I am overlooking someplace.... easy for you guys, I just don't code this much for a living
Reply With Quote