Settings
SS
scope drop-down - Application / User
These can be accessed from the settings tab on the Project properties screen
SS - Settings tab
You can change the type by changing the "scope".
There are two types of setting that get saved in this file.
Application - not meant to be changed at run-time - preference over hard coded constants - often used for information such as a URL, web service or database connection. These cannot be changed at run-time
These are saved between the <applicationSettings>
User - used for any user specific information such as the last position of a form or a colour preference. These can be changed at run-time
These are saved between the <userSettings>
app.config
user.config
UserSettings.xml
Managed Manually
C:\users\"username"\AppData\Roaming\"company"\"project"\UserSettings.xml
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext