caeanis Posted December 28, 2007 Posted December 28, 2007 What I want to do is add items to a combobox list that when the app is closed will be saved and preserved for the next time the app it open. I am not sure whether using an xmlfile would be the right thing to use or maybe a class of some sort that will act as a simple data store. I want to avoid using an external text file and streamwriter or reader if possible. What would be the most simple approach to do it? Any suggestions would be welcome. Thank you! Quote
techmanbd Posted December 28, 2007 Posted December 28, 2007 I have always used XML file to save data. Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
Administrators PlausiblyDamp Posted December 29, 2007 Administrators Posted December 29, 2007 If you are using VS 2005 or higher then the project has a settings property page you can use to configure various settings that get persisted as xml to the users profile. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.