|
I plan to put HKEY_LOCAL_MACHINE\Software\Tencent\QQ in the registry below
Name: Install Data: E:\Program Files\Tencent\QQ
This path value is read out
RegistryKey rkTemp = Registry.LocalMachine.OpenSubKey (@ "HKEY_LOCAL_MACHINE\Software\Tencent\QQ");
string path = rkTemp.GetValue ("Install"). ToString ();
But can't succeed, please give pointers, thank you ~~~ Please attach the code |
|