ComponentSpace Professional .NET and ActiveX components for developers
ComponentSpace Home | Products | Downloads | Support | Purchase | Services | About Us
 

Screen Shots

These screen shots are from the sample applications included with the product. All samples include complete Visual Basic source code.


Example of Registry Key and Value Manipulation

Figure 1 shows an example of typical registry operations including key creation and deletion, and value setting, querying and deletion.


Figure 1 Example of Registry Key and Value Manipulation


Example of Iterating Registry Keys and Values

Figure 2 shows an example of recursively iterating, from a starting key, all subkeys, values and, optionally, value data.


Figure 2 Example of Iterating Registry Keys and Values


Example of Receiving Registry Change Notification

In Figure 3, registry change notification events are being received whenever the registry changes.


Figure 3 Example of Receiving Registry Change Notification