Common Registry Tasks
The My.Computer.Registry object provides properties and methods for accessing the registry.
Tasks
The following table lists examples involving the registry.
To |
See |
---|---|
Create a registry key and set its values |
How to: Create a Registry Key and Set Its Values in Visual Basic |
Determine whether a value exists in a specific registry key |
How to: Determine if a Value Exists in a Registry Key in Visual Basic |
Read a value from a registry key |
|
Set a value in a registry key |
|
Delete a registry key |
See Also
Tasks
Troubleshooting: Manipulating the Registry
Concepts
Reading from and Writing to the Registry Using My
Reference
Other Resources
Walkthrough: Creating a Registry Key and Changing Its Values