hi guyz,how will I find an item that's in the combobox that everytime I pressed the keyboard it will be automatically displayed in the combobox?for example I have Items like cats,pigs,dogs in the textbox then when I press d or do the Items dogs will be displayed..please help me here!

Recommended Answers

All 2 Replies

The ComboBox control has two properties called AutoCompleteMode and AutoCompleteSource.

Change AutoCompleteMode to Suggest and AutoCompleteSource to ListItems.

thanx a lot oxiegen!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.