I want to make a simple dictionary-like application. I used a TextBox for user to type a word in and a ListBox to contain word list (sorted from a -> z). When user type a word letter by letter in the ListBox, I want this word to be high-lighted in the ListBox. What should I do. Please help me! Thank U.