Hi there
I created a ComboBox in C# 3.5. The user clicks the drop down list and selects an item.
Is there a way to respond to the user pressing a key. For example, the user types the first three letters of an item on the list, and the combobox goes to that item and types the rest?