Hello,

Is there anyway in VB that if you have a combobox for "Hair color"
that if you type the 1st letter, the combobox will automatically scroll down and select the hair color?


For example, here's the list of hair colors:

Green
Orange
Yellow
Gray
Black
Blue


If I push the button "B" on the keyboard, I would like the blank combo box to select "Black" first. Kind of a shortcut for lazy users that don't want to click on the combobox to make their selection.

Thanks in advance

Chris