I am writing a project that uses settings established by the user and I would like to make those settings saveable so the user doesn't have to enter them every time. There are several fields so I don't know how I would save those fields and load them again. I am thinking using streamwriter to output all the settings to a txt file then using streamreader and identifying each new line as a new variable to load back into the appropriate fields. This should work but seems like it might be a long answer to a question with a simpler answer. Can anyone suggest something more convenient then the write it out read it in that I mentioned?
Save and load user settings?
Collapse
X
-
I pointed you to the simplest way to do your task. I think you would take less than 1 day to learn it and use it.hey probably have tons of info to learn about?
Here is a good start:
Introduction to LINQ - Simple XML Parsing
I just googled for 1 minute to get that link. You can find a lot of tutorials.Comment
Comment