kevinnaomi
IS-IT--Management
I am trying to use my.settings.save to save the text in a combobox. I have been successful in saving one entry only.
I was wondering if anyone knows how I can modify this to allow multiple entries to be saved, and have the combobox use these entries.
e.g. combobox1 saves entry "a" after pressing save button.
When I replace "a" with "b", I want it to save this and have the combobox show both A and B.
I have seen this done in C#, but I am trying to do it in VB, and am not very experienced.
Any help would be appreciated.
I was wondering if anyone knows how I can modify this to allow multiple entries to be saved, and have the combobox use these entries.
e.g. combobox1 saves entry "a" after pressing save button.
When I replace "a" with "b", I want it to save this and have the combobox show both A and B.
I have seen this done in C#, but I am trying to do it in VB, and am not very experienced.
Any help would be appreciated.