Chris
Sat Aug 30 21:21:10 CDT 2008
We have classes that deal with App Config, but those are typically
read-only. We also have a separate set of classes for saving writable
settings like user settings as well, though it's a home-baked API (since the
FFx doesn't have such a thing).
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"Simon Hart [MVP]" <srhartone@yahoo.com> wrote in message
news:67E74764-405C-4685-A927-A2FCC965A906@microsoft.com...
> Usually an XML config file is the way to go. I usually write a class that
> serializes to XML. I think the SDF -
http://www.opennetcf.org has written
> a Configuration<anager class similar to that on the desktop for processing
> app.config files.
>
> --
> Simon Hart
> Visual Developer - Device Application Development MVP
>
http://www.simonrhart.com
>
> "Kris" <netmonster_01@yahoo.com> wrote in message
> news:ae96c0c5-9cee-4e3b-9ca1-be36b598a6f9@z66g2000hsc.googlegroups.com...
> Hello,
>
> I have a quick question. I need some advice on how to store user
> settings in a smart device application. I?m connecting to a web
> service that is returning xml and need to store some of the data in my
> app so I don?t have to connect every time to retrieve it. I thought
> about writing my modified xml file to the device, but want to know if
> there?s a better way?
>
> Thanks in advanced,
>
> KC