P
PJ6
OK I haven't ever done this before... I'm going to need to create "project"
files to which my application can save and retreive data. Rather than
worrying about the details fo the format too much, I'd like to just have
everything saved as a serialized collection so whatever I chose to store in
a file can be kind of arbitrary. I thought I'd use the .resx model VS uses
for storing forms information, but the resource manager does no allow
writing and anyhow I'm not sure this is the best way to do it. Can anyone
point me to so good examples on how best to approach this?
TIA,
Paul
files to which my application can save and retreive data. Rather than
worrying about the details fo the format too much, I'd like to just have
everything saved as a serialized collection so whatever I chose to store in
a file can be kind of arbitrary. I thought I'd use the .resx model VS uses
for storing forms information, but the resource manager does no allow
writing and anyhow I'm not sure this is the best way to do it. Can anyone
point me to so good examples on how best to approach this?
TIA,
Paul