ListBox and Textbox in VB.NET 2008!
Hello everyone.
Ok so I have in form1 a listbox1 and a textbox1. In the listbox1 I have several items and I want while I type something in the textbox1 it gives me all the similar in listbox1.
For Example:
I already have in listbox1 the item 'ASKME HELPDESK'. When I type in the textbox1 'ASKME', 'ASKME HELPDESK' will be selected in listbox1. Something like a searcher for the listbox.
Im pretty sure this will be difficult but anyone who helps ill appreciate!
Thanks, rallyboy.