Make modifications to the Windows Registry Easy with this control. Just drop it on your form then use three Methods RegistryGet, RegistrySet and RegistryDelete to modify the Registry.
Sample Visual Basic (or VBA) Code
Set the Key Information
SCIROCCORegEdit1.HKEY = HKEY_CURRENT_USER
SCIROCCORegEdit1.KeyPath = "Software\SCIROCCO\RegEdit"
SCIROCCORegEdit1.KeyName = "NumberOfUses"
Set the registry key value:
SCIROCCORegEdit1.RegistrySet("2")
Get the registry key value:
SCIROCCORegEdit1.RegistryGet
Delete the registry key:
SCIROCCORegEdit1.RegistryDelete