lets say i have a textbox and a listbox, Text1 and List1. List 1 is filled with many words. and what i want to do is, whenever the user starts typing in Text1, it starts taking him to the place in List1. for instance

user types: "r", it would take him to the first R in the list. then the user entered another letter, so now the user has the following

user has: "ru", so now the listbox is in the "ru" place, then he types "n" and it takes him to the place where all the run's are.

i guess kind of like how you press F1 in VB6, and you use its index search. or something like that. how would i do this?

if u need clarifications, just ask.