I have a text box and a listview.
When the user types into the text box it searches the listview for any matches. (Auto-complete)
What I would like to be able to do is have both the text in the textbox and the selected item in the listview highlighted, as in the picture below, preferably keeping the focus on the textbox.
Anybody know how to do this? I am guessing some osrt of API call.![]()




Reply With Quote