|
||||||
|
|
Screen ShotsThese 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 ManipulationFigure 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 ValuesFigure 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 NotificationIn Figure 3, registry change notification events are being received whenever the registry changes.
Figure 3 Example of Receiving Registry Change Notification |
|||||
|
||||||