Just as simple as this, I need to search an array that is binded to listbox, and user will type the text in a text box, something like Google search text box does.
This is for Windows Application using C# (3.5)
Any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WinForms TextBox controls have an AutoComplete property. This behaves the same as the Google TextBox. Here is an example:
http://csharpdotnetfreak.blogspot.com/2009/01/winforms-autocomplete-textbox-using-c.html