1
Answer

ComboBox, respond to user keyboard input

Ryan Minor

Ryan Minor

16y
9.6k
1

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)
0
Sanjeeb Lenka
NA 22.1k 1.3m 11y
hi,

you have to set the startup object. for set the start up object follow this step.

open solution explorer. select the solution or right click on solution and click on properties.


in property window set the startup object as your class name.

follow the screen.




2nd