Registry on Pocket-PC?

  • Thread starter Thread starter Anders Johansson
  • Start date Start date
A

Anders Johansson

Hi!

Is there any registry on Pocket-PC?
If there is - how to access (using C#) it and if not is there a similar
function?

Thanks

Anders
 
Is there any registry on Pocket-PC?
Yes.
If there is - how to access (using C#) it and if not is there a similar
function?
No direct support to access the registry in the CF. But you can gain access
to it using the SDF.
http://www.opennetcf.org/sdf

.... you can also find a sample on how to use it once you've installed the
SDF onto your dev machine.
 
Yes, but it's not accessible directly through managed classes. Check out
www.opennetcf.org , the SDF has tremendous functionality for maninpulating
the registry.
 

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