Permalink
Fetching contributors…
Cannot retrieve contributors at this time
58 lines (50 sloc) 2.25 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author translation.priority.ht
Accessing application settings (Visual Basic)
2015-07-20
.net
devlang-visual-basic
article
VB
My.Settings object, application settings
examples [Visual Basic], application settings
e38d0cc7-247a-46ca-ba04-f2913f0adb2e
15
dotnet-bot
dotnetcontent
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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 How to: Change User Settings in Visual Basic
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 How to: Persist User Settings in Visual Basic
Determine the values of user settings How to: Read Application Settings in Visual Basic

See also

Managing Application Settings (.NET)
My.Settings Object