writing to string resource
-
Ok, I know this sounds noob, but I'm learning as I go... Up to now, I have read in various strings (for prog settings) from a separate text file. I'd like to put all that string info in the program. I have embedded four [name]=[value] lines into the program (using resgen, going from .txt to .resx to .resources, and using the /resource csc.exe switch), but the ResourceManager only lets me read the information. If I only needed to read the info, I'd just use private string members in the program itself. However, the values change at runtime, and I'd like to save the changes (without using other files outside of the executing file). I've looked briefly (I try to search first, before running to the forum for help), but didn't see anything that would help me just save this information.
-Daniel Typing too fast fro my owngood