Possible to store application settings in Compact Framework?

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?
 
H

Harsh Trivedi

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top