modifying registry on a pocketPC

  • Thread starter Thread starter Emil
  • Start date Start date
E

Emil

I just wanted to confirm that the existing .net compact Framework does not
support modifying the registry.



If it does can anyone direct me to a link where I can see an example?

If it does not then what are my options?
 
The current release (V1.0) does not contain direct support for accessing the
registry. You can, however, use the SDF (http://www.opennetcf.org/sdf) to
access the registry similar to the syntax you'd use through a full framework
project. There's a sample application that comes with the SDF showing the
registry features.
 

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

Back
Top