Combobox
-
Hello experts, I have a combobox which lists down lot of values like Apple, Ant, Cat, Carrot,Costco etc. But I want it to work as follows. so when I type "Ca" on combobox it should show only those in the list that starts with "Ca" In this case its carrot and Cat. This is a windows application developed in Vb.net. Please let me know how to achieve that.
Your help is much appreciated. Thanks Happy Coding!
-
Hello experts, I have a combobox which lists down lot of values like Apple, Ant, Cat, Carrot,Costco etc. But I want it to work as follows. so when I type "Ca" on combobox it should show only those in the list that starts with "Ca" In this case its carrot and Cat. This is a windows application developed in Vb.net. Please let me know how to achieve that.
Your help is much appreciated. Thanks Happy Coding!
-
Solved cbmBrand.DropDownStyle = ComboBoxStyle.DropDown cbmBrand.AutoCompleteMode = AutoCompleteMode.SuggestAppend cbmBrand.AutoCompleteSource = AutoCompleteSource.ListItems
Your help is much appreciated. Thanks Happy Coding!
The 5 is for posting your own resolution :laugh:
Never underestimate the power of human stupidity RAH
-
Hello experts, I have a combobox which lists down lot of values like Apple, Ant, Cat, Carrot,Costco etc. But I want it to work as follows. so when I type "Ca" on combobox it should show only those in the list that starts with "Ca" In this case its carrot and Cat. This is a windows application developed in Vb.net. Please let me know how to achieve that.
Your help is much appreciated. Thanks Happy Coding!
Hello, are you binding the records from database or from arraylist?
-
The 5 is for posting your own resolution :laugh:
Never underestimate the power of human stupidity RAH
-
Hello, are you binding the records from database or from arraylist?