i have a text box and a list box, as i type in the text box, it scrolls to the specific letter in the list box.
when the letter is found, i set the focus to the list box. how can i do something like, i keep typing in the text box and the up and down arrow keys also work in the list box.
presently i've trapped the keyup event of list box.

thanx