|
-
Oct 27th, 2003, 12:47 PM
#1
Thread Starter
Hyperactive Member
Resolving a Combo Box to a particular item...
I have a combo box populated with a few items. However, when the user types in their choice on the keyboard instead of choosing an item from the combo, the .SelectedItem property of the combo box isnt' filled.
How can I cause the ComboBox to resolve what the user typed to a particular item in the box?
Thanks,
Ben
-
Oct 27th, 2003, 03:23 PM
#2
Frenzied Member
Try changing the DropDownStyle of your combobox to be DropDownList.
~Peter

-
Oct 27th, 2003, 03:50 PM
#3
Thread Starter
Hyperactive Member
I actually did that but...
What happens when there are two items in the list that begin with the same letter?
Will it allow them to type without jumping all over the place?
Thanks,
Ben
-
Oct 27th, 2003, 04:53 PM
#4
PowerPoster
There are at least 50 thousand custom controls out there that will give you this type of functionality. Try doing a search on Google and I'm sure something will come up.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|