Question Combobox Search including keyword

kumar_g

New member
Joined
Mar 4, 2013
Messages
2
Programming Experience
1-3
Hello Friends
I am VB.NET Programmer and currently working on a project where i have to search from combobox.
I am retreving the data from database(MS ACCESS) and loading it in combobox at form load event


I have set the following properties in combobox for search :
1. AutoCompleteMode TO Suggest
2. AutoCompleteSource TO ListItems
3. Sorted = True

i want to search including the keyword
eg: Data in combobox are :
Raj Kumar
Rohit Kamble
Kumar Shanti


Suppose when i type Kum in combobox it should show 2 entries ie. Raj Kumar and Kumar Shanti
It should show me search results including the keyword
Kindly Help me Thank You :calm:
 
Back
Top