Combo Box and typing on keyboard
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
Re: Resolved plus question?
Quote:
Originally posted by Trancedified
One more thing I forgot about, is there anyway that if you type a letter, the combobox opens up and the highlighter goes down to the one you selected?
Plus: When I type "B" for example, if there's more than 1 "B" in the list of colors, if I push the "down" arrow key, the highlighter goes straight to the first one on the list..... is there a way for the highlighter to continue down the combobox list?
Thanks again
Chris
That's what my example does.