Possible to store application settings in Compact Framework?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

In the .Net Framework application settings can be stored in .resource files
using the IResourceWriter class. That is, settings can be altered and stored
during runtime, and then read the next time the application starts with
IResourceReader.
In the .Net Compact Framework the IResourceWriter class does not exist (only
IResourceReader).

How can application settings be stored in the .Net Compact Framework?
 
Hi,
I have similar problem. I have stored it in XML file, when application
starts, it reads all the setting from XML file and apply the require
settings

Best Regards,
Harsh Trivedi
 
Back
Top