i have 3 textboxes and a listbox, i can write to an ini file with the textbox information. Now i need to know how i can write the the same ini file with the listbox data. So in the end, on the ini file, there should be the 3 textboxes' data and after that data, there should be the listbox data. Then i would also need to know how to display all the info when the program is ran again.

thanx all