how can I add strings to a stringcollection in the settings, or add items to a list(Of String/Object) and how do you add it the items back in the stringcollection or (Of String/Object) to a Listbox.
Example:
I'm basically trying to store items into a listbox and I run a certain function, it will add the items to a Listbox.
Example:
Code:
StringCollection.Add(String)
Code:
StringCollection.AddRange(ListBox)