Accessing Application Settings (Visual Basic)
This section contains topics describing the My.Settings object and the tasks it enables you to accomplish.
My.Settings
The properties of the My.Settings object provide access to your application's settings. To add or remove settings, use the Settings pane of the Project Designer.
The methods of the My.Settings object allow you to save the current user settings or revert the user settings to the last saved values.
Tasks
The following table lists examples showing how to access an application's forms.
To |
See |
---|---|
Update the value of a user setting |
|
Display application and user settings in a property grid |
How to: Create Property Grids for User Settings in Visual Basic |
Save updated user setting values |
|
Determine the values of user settings |
See Also
Tasks
How To: Read Settings at Run Time With C#
How To: Write User Settings at Run Time with C#