Re: How to read from the Windows registry
- Posted by penpal0andrew Apr 16, 2009
- 1151 views
LarryMiller said...
The following file in the archive will allow access to the registry:
http://www.rapideuphoria.com/reg.zip
It does not require Win32lib.
The archive also shows an updated version by Shawn Pringle but the link was broken.
If you know the registry locations the application uses it should be easy to do what you want. There are conventions for this but no firm standards. Searching the registry is more complex.
This was very helpful. Thank you.