Hello.

I am using Visual Studio 2008 which should be VB.NET 3.0 language.

I have searched and searched for finding the answer on saving content / items in a listbox with strings. As you know the code for saving a text in textbox and get information again in application is:

Code:
        Dim stringtxt As String

        stringtxt = textbox1.text
        My.Settings.mytextstring = stringtxt
and load it you do
Code:
        textbox1.text = My.Settings.mytextstring
But i do not know how to save and load the items in a listbox - is it even possible?

Thank you for your help.

sorry for my bad english, i am from denmark