by ComponentSpace - Product Type: Component / ActiveX DLL
Read and write registry values including integers, strings, expanded strings, multi-strings and binary data. Create, delete, load and save registry keys. Enumerate registry keys and registry values. Easily access registries on remote computers. Practically every registry operation is available in an intuitive set of classes. The Registry Control offers Visual Basic developers complete access to the Windows registry in a easy to use yet powerful control. Part of ComponentSpace ActiveX Suite. Source Code available.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 195.02 | 1 Developer License | Download (293 KB) | |
| Add to Cart | $ 293.02 | 4 Developer Team License | Download (293 KB) | |
| Add to Cart | $ 391.02 | 8 Developer Team License | Download (293 KB) | |
| Add to Cart | $ 489.02 | 1 Site Developer License | Download (293 KB) | |
| Add to Cart | $ 979.02 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | Verify | Download (396 KB) |
| Add to Cart | $ 97.02 | 1 Developer Premium Support License | Download (29 KB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
The Registry control includes four classes: RegistryAccessor, RegistryDatabase, RegistryKey, and RegistryValue.
The RegistryAccessor fast tracks the setting and querying of registry values. This class provides a very easy way to perform some of the more common registry operations. For more complex operations you need to use the RegistryDatabase, RegistryKey and RegistryValue classes.
The RegistryDatabase class models the local or a remote registry and is used to manipulate registry keys. With it you can create, delete, open, load and unload keys.
The RegistryKey class represents registry keys. Using this class you can access a keys sub-keys and values. Get and set values. Save and restore the key, its sub-keys and values. Enumerate the sub-keys and values by name or by object. Subscribe to change notification events for the key, specifying a notification filter and whether to also watch the sub-tree.
The RegistryValue class represents registry values. The default property, Value, allows you to get and set the registry value data. When setting the value the variant type determines the registry value type. When retrieving the value the registry value type determines the variant type. The mapping between registry value types and variant types is: binary data is stored as a byte array; an integer is stored in a long, a string or expanded string is stored in a string; and a multi-string is stored in a string array. The ExpandedString property allows expanded strings to be distinguished from normal strings.
Main Features
This control may also be purchased as part of the Key Technology ActiveX Suite.