i have combobox in windows form application i need to add insatat search items to combobox dropdown items smilar like google search
when ever i type a text in the combobox the matched text of the list box is to be added to the combobox dropdown items and this searched results are keep on changing for every new charecter pls any suggestion ...........

Mayur DighePosted Sep 12, 2011, 12:04 PM
if you want to create a Search Box (like Google search engine) in Windows Applications then you can do it by simply using TextBox Control by specifying AutoComplete*** properties.
AutoCompleteTextBox : http://www.c-sharpcorner.com/Blogs/6128/autosuggestiontextbox.aspx
but if you still want to do it using ComboBox Control then following articles will help you...
AutoCompleteComboBox :
http://www.mindstick.com/Blog/93/Auto%20Complete%20Combobox%20in%20C
http://www.codeproject.com/KB/combobox/csautocomplete.aspx
http://www.codeproject.com/KB/cpp/autocomplete_combobox.aspx
http://www.dreamincode.net/forums/topic/209694-autocomplete-combobox/
http://bimbim.in/post/2011/02/20/C-Sharp-AutoComplete-Text-Box-and-Combo-Box.aspx