Junday
June 4th, 2009, 01:09 PM
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:
Dim stringtxt As String
stringtxt = textbox1.text
My.Settings.mytextstring = stringtxt
and load it you do
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
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:
Dim stringtxt As String
stringtxt = textbox1.text
My.Settings.mytextstring = stringtxt
and load it you do
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