How can I save the state of an object (namely, the contents of a listbox) when the application terminates. I'm writing an app that updates a database with a specified file. As the user opens the files and updates the db, the list of files he's updated will stay in the listbox - however, when the application is exited, the list of files is lost. I need to save this list and present them to the user the next time the application is run so he knows the last file he updated. Any suggestions?
Brian