I have a combobox with 100+ items. All the items are listed in order of their id and their id is before their name. Some items have the same words but other words aswell. I have created a textbox and a button to search the combobox but I do not know how to code it.
What I want it to do is search all the items in the combobox until it has been through all the items and then display all the results in a msgbox or something similar. Multiple items have to be hown in the msgbox.
I could, if it would be easier put all the items in the combobox into a text file in resources so the search would search that?
What I want it to do is search all the items in the combobox until it has been through all the items and then display all the results in a msgbox or something similar. Multiple items have to be hown in the msgbox.
I could, if it would be easier put all the items in the combobox into a text file in resources so the search would search that?