How to save the items collection?How to add item to diferent column?

Hello.In my aplication I have a listbox.The user can add items to the listbox but when I close the program the settings are not saved.In the "Application Settings" I don't find "Items Colection" or....I don't now...help..please

2 - I have 3 columns

Name Adress Country

How I can add items to name, and after that to adress,etc

[362 byte] By [johnny_no1_boy] at [2007-12-21]
# 1

hi,

saving a control is not a good practice, you can save the data in a file , populate your control when the form load , save the data when the form is closed

you can use textfile, xml, or what ever data storage you want

hope this helps

shakalama at 2007-9-10 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...