G
Guest
Currently, when the user presses a letter key the combo box will go to the
first item in the collection of the combo box starting with that letter. For
example user presses on "R", and "R2F" appears in the combo box, then the
user presses on "H", "HIF" appears.
I want the user to be able to enter 2 or 3 characters and the combo box will
step through as the user enters the letters. For example user presses on
"R", "R2F" appears, then the user presses "H", "RH" appears.
first item in the collection of the combo box starting with that letter. For
example user presses on "R", and "R2F" appears in the combo box, then the
user presses on "H", "HIF" appears.
I want the user to be able to enter 2 or 3 characters and the combo box will
step through as the user enters the letters. For example user presses on
"R", "R2F" appears, then the user presses "H", "RH" appears.