I need to do a program that read some information in Windows Reg
Example: in
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
I have:
+ GetRight
+ Winzip
I need a program that "read" this information (GetRight,
Winzip)
Someone can help me...
I see some API functions like: RegOpenKey, RegQueryValue but I don't know how to use it !
Thanks !!!
Example: in
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
I have:
+ GetRight
+ Winzip
I need a program that "read" this information (GetRight,
Winzip)
Someone can help me...
I see some API functions like: RegOpenKey, RegQueryValue but I don't know how to use it !
Thanks !!!