Click here to Skip to main content
15,906,296 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi...
combo box must became user frendly..
i developed this application in windows forms.

i.e when ever user enter one cherecter, automaticaly all items of that cherecter items will disply in dropdown list of that combo box.

example:

my combo box have the following items..
1. apple
2. banana
3. apricots
4.almonds
5.Blackberry

when ever user enter the a drop down list of combo box show apple,apricots,almonds.
user enter p after a the drop down list show apple, apricots.

thanking u...
Posted
Updated 29-Mar-11 0:27am
v2
Comments
walterhevedeich 29-Mar-11 6:23am    
Question is unclear. You havent even mentioned what type of application are you doing? is it a web or windows forms app?
ajitha.pusapati 29-Mar-11 6:29am    
sorry for that.. i already modify the question.
its windows forms

Just set AutoCompleteMode to SuggestAppend and AutoCompleteSource to ListItems
 
Share this answer
 
Comments
ajitha.pusapati 29-Mar-11 8:17am    
thank u.
You can probably use TextBox with AutoComplete feature. I am not too sure if ComboBox too comes with that feature. For web based applications, we have Ajax AutoCompleteExtender to serve. See if this helps you.
 
Share this answer
 
Comments
ajitha.pusapati 29-Mar-11 6:28am    
no, this can done in windows forms. but i dont kown how to do this..
dan!sh 29-Mar-11 6:34am    
Check the possible values for AutoCompleteMode.

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