Programming Question (Visual Basic 2010)
ie if you add custom items to a combobox, the next time you open the form it will save those new items along with the original?
I know how to use the My.Settings thing for strings from textboxes when calling the FormLoad and FormClosed Subs, but cant figure out how to do this for a range of items.
Possible ways of going around this are to:
-create an array and keep a track of each item (but i dont know the size that it will get to
-everytime i close the form, create a text document to keep a track of all items the copy all items next time it loads (but this is a problem cause i dont want to keep creating new files, plus have multiple combo boxes that i dont want a txt file for each)
Anyone with programming experience please help.
- 0


