Is there a way to read/write to the registry in CF?

Y

Young Cho

Hi,

Is there a way to read from and write to the registry using the Compact
Framework? Or is the only way to access the registry by writing unmanaged
code? It seems that the full Framework has a Microsoft.Win32 namespace has
Registry and RegistryKey classes to do this. Is there an equivalent in CF?

Thank you!
Young.
 
G

Geoff Schwab [MSFT]

Visual Studio .NET does not ship with a remote registry editor for Windows
CE. To set the registry key you can use one of the following:

- Microsoft Embedded Visual Tools Remote Registry Editor
- Microsoft Windows CE Platform Builder Remote Registry Editor
- PHM Pocket PC Registry Editor (Shareware, can be found easily on the web)

I have personally used the first and it is pretty simple to use.

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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