R
Rick
Hi,
I need to read some registry values for HKEY_LOCAL_MACHINE. I figured it
would be easy, just use the Registry Class in Microsoft.Win32 but whoops,
this is not available on CE .NET. Second time this has bitten me today.
Looking further in the MSDN documentation I found some functions like
RegOpenKeyEx() and RegQueryValueEx() but no class information and no code
samples.
Is all the CE .NET documentation this incomplete? What's the easiest way
to read the registry? Thanks.
Rick
I need to read some registry values for HKEY_LOCAL_MACHINE. I figured it
would be easy, just use the Registry Class in Microsoft.Win32 but whoops,
this is not available on CE .NET. Second time this has bitten me today.
Looking further in the MSDN documentation I found some functions like
RegOpenKeyEx() and RegQueryValueEx() but no class information and no code
samples.
Is all the CE .NET documentation this incomplete? What's the easiest way
to read the registry? Thanks.
Rick