Question ComboBox that remembers recently entered values and can autocomplete

anahita87

New member
Joined
Jan 20, 2009
Messages
2
Programming Experience
1-3
I'm developing a Desktop Search Engine in VB.NET.
I'm using a ComboBox to specify the search query (string).
I want the ComboBox to remember and display recent queries. I also want the ComboBox to try and Autocomplete the queries as the user is typing.

What is the best way to implement this?
 
Back
Top