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