SimpleRegistry Control provides a simple way to access the Windows Registry from Visual Basic. This control allows you to access the Windows Registry in much more intuitive and simple way then the Win32 Registry APIs. It exposes the building blocks of the registry (Keys, Sub Keys and Values) in an object-oriented fashion. Keys, Sub keys and values are all treated as objects and each have their own properties and methods. |