R
Ruben
Hi boys.... i´m working with a great framework named OpenNetCF, and when i
try to look for a registry value from my desktop app ( my device isPPC WM5,
ActiveSync), all time i get this error:
{"Error retrieving registry properties"}...i tried with and emulator, and i
get the same error... i´ll copy my code:
I´m using OpenNETCF.Desktop.Communication from my desktop app.
string subKey = @"\MUI";
CERegistryKey registryKey = CERegistry.LocalMachine.OpenSubKey(subKey);
string myvalue= (string)registryKey.GetValue("Enable");
Any suggestions ?
Thanks a lot.
try to look for a registry value from my desktop app ( my device isPPC WM5,
ActiveSync), all time i get this error:
{"Error retrieving registry properties"}...i tried with and emulator, and i
get the same error... i´ll copy my code:
I´m using OpenNETCF.Desktop.Communication from my desktop app.
string subKey = @"\MUI";
CERegistryKey registryKey = CERegistry.LocalMachine.OpenSubKey(subKey);
string myvalue= (string)registryKey.GetValue("Enable");
Any suggestions ?
Thanks a lot.