Link to home
Start Free TrialLog in
Avatar of RetroRocker
RetroRocker

asked on

Reading mobile device registry value with .NET Compact Framework ?

I am pretty new to mobile device development and I have been looking into accessing registry key values on Windows CE / Mobile devices. Currently it is only reading values that I have already set from a desktop PC using RAPI that I'm looking to do but I cannot yet uncover a definitive answer to the following ...
  Can I read registry key values on devices using only the .NET compact framework ? There doesn't appear to be a class/way to do this.
  If the answer to the above is no, is the only solution to go with the OpenNetCF ? or are there other less 'heavy' solutions to simply just read a registry value ?

thanks

RR
ASKER CERTIFIED SOLUTION
Avatar of Mikal613
Mikal613
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RetroRocker
RetroRocker

ASKER

Guess that's it then ! Thanks.