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?
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?