--- title: "How To: Change the Value of an Existing Setting at Design Time" ms.date: "03/30/2017" helpviewer_keywords: - "application settings [Windows Forms], design time" - "application settings [Windows Forms], changing" ms.assetid: 5da91272-ad7e-49e7-9d1f-eb64439a1e4d --- # How To: Change the Value of an Existing Setting at Design Time You can use Visual Studio to edit the values of existing settings in your project. ### To Change the Value of an Existing Setting at Design Time in C\# 1. In **Solution Explorer**, expand the **Properties** node of your project. 2. Double-click the .settings file in which you want to add a new setting. The default name for this file is Settings.settings. 3. In the Settings designer, find the setting for which you want to change the value and type the new value in the Value column. ### To Change the Value of an Existing Setting at Design Time in Visual Basic 1. In **Solution Explorer**, right-click your project node and choose **Properties**. 2. In the **Properties** page, select the **Settings** tab. 3. In the Settings designer, find the setting for which you want to change the value and type the new value in the Value column. ## See also - [Using Application Settings and User Settings](using-application-settings-and-user-settings.md) - [How To: Create a New Setting at Design Time](how-to-create-a-new-setting-at-design-time.md) - [Application Settings Overview](application-settings-overview.md)