Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have combobox with binding value. I need to get contained values

VB
mycombo.AutoCompleteMode = AutoCompleteMode.SuggestAppend
mycombo.AutoCompleteSource = AutoCompleteSource.CustomSource
mycombo.AutoCompleteCustomSource = myAutoCompleteStringCollection



When i type alphabet it displays the name starting with. But i need to get Contains names too.

Can any 1 help in this

Thanks
Posted
Updated 11-Jul-13 23:11pm
v2
Comments
ZurdoDev 12-Jul-13 12:09pm    
We can but what is your code? What type of combo is it? The built-in .Net? You'll have to write code to handle it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900