Allows you to access the Windows Registry in much more intuitive and simple way then the Win32 Registry APIs. No more messing with handles, allocated buffers etc. The SimpleRegistry control exposes the building blocks of the registry (Keys, Sub Keys and Values) in a object orientedfashion. Keys, Sub keys and values are all treated as objectsand each have their own properties and methods. Programming the registry from Visual Basic is now as simple as VB gets.Requires the VB 5.0 Runtimes.
|