J
Jeff0803
Guest
My code read from HKEY_LOCAL_MACHINE\\SOFTWARE\\MyApp.
I created keys & values in HKEY_LOCAL_MACHINE\\SOFTWARE\\MyApp using RegEdit.exe.
However wrong value is read when I read using LocalKey.GetValue("ID");
In case of HKEY_CURRENT_USER, I can read correctly but not in HKEY_LOCAL_MACHINE.
How could I read correctly?
Continue reading...
I created keys & values in HKEY_LOCAL_MACHINE\\SOFTWARE\\MyApp using RegEdit.exe.
However wrong value is read when I read using LocalKey.GetValue("ID");
In case of HKEY_CURRENT_USER, I can read correctly but not in HKEY_LOCAL_MACHINE.
How could I read correctly?
Continue reading...