My friends , I have a combo box in my windows form , i can fill it with data from database , But i cant fill the combo box when the user type letters in side the combo box , As a example when user type the letter "R" in side the combo box and combo box must dropped down and shows the all possibles with the letter "R"
yourComboBox.AutoCompleteSource
to AutoCompleteSource.ListItems;
(if your yourComboBox.Items
was already filled from the database)yourComboBox.AutoCompleteMode
to SuggestAppend
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With