1
Reply

ComboBox, respond to user keyboard input

Ryan Minor

Ryan Minor

Jan 31 2009 5:20 PM
9.6k

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?

 


Answers (1)