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:
and load it you doCode:Dim stringtxt As String stringtxt = textbox1.text My.Settings.mytextstring = stringtxt
But i do not know how to save and load the items in a listbox - is it even possible?Code:textbox1.text = My.Settings.mytextstring
Thank you for your help.
sorry for my bad english, i am from denmark




Reply With Quote