Dr. Feelgood
Member
I'm writing a reference program I want a user to be able to type in a few letters into a textbox and have it send the focus to a word in a listbox that starts with those letters. For example if I were writing a dictionary if the user typed "a" the focus would go to "aarvark" or if they typed "ab" it would go to "abacus" and so forth. I hope I'm doing a good job explaining it, but that's basically all I need it to do. Thanks in advance for the help.