|
The cRegistry class is an easy, self-contained way to get complete access to the Windows registry.
Simple methods allow you to create, enumerate and delete keys and values in the registry, without restriction.
You can even read/write binary data to the registry. To see how powerful this library is,
download the demonstration Registry Editor, written entirely in VB. Its not far off RegEdit
shipped with Windows (although note in my version not all the features are finished!)
more...
Last Updated: 23 January 2004
|