profhawking
New member
Hi,
I’m only just trying out ExeOutput at the moment, so sorry if this is obvious or has been answered before.
I am building a little test app for now. It needs some user defined settings to be set and editable, but persistent between times the app is run. The settings are simple enough - they could be stored in a serialized array in a string or something.
So if they run the exe, they set their settings within it, use the program then close it. Next time they run the exe it should have kept the settings from last time.
Could I use Cookies? How/When might they be cleared?
Save a settings file? How to read/edit it? And where would it be saved?
Is there a better way?
Thanks,
Rob
I’m only just trying out ExeOutput at the moment, so sorry if this is obvious or has been answered before.
I am building a little test app for now. It needs some user defined settings to be set and editable, but persistent between times the app is run. The settings are simple enough - they could be stored in a serialized array in a string or something.
So if they run the exe, they set their settings within it, use the program then close it. Next time they run the exe it should have kept the settings from last time.
Could I use Cookies? How/When might they be cleared?
Save a settings file? How to read/edit it? And where would it be saved?
Is there a better way?
Thanks,
Rob
Last edited: