Questions tagged [settings.settings]

Settings.settings is a configuration file in .NET Windows Forms applications. It is used to store application-specific settings which are persisted between user sessions.

Settings consist of four properties (Name, Type, Scope and Value) which can be used to persistently store application specific information between user session.

152 questions
0
votes
1 answer

Where is Settings.settings stored? Can´t find it in app.config?

Hi, I have stored a couple of settings in my Settings.setting file(winform application) and I can see in the App.config that most of them is saved here under applicationSettings and userSettings. There is however one applicationSetting that do not…
Banshee
  • 15,376
  • 38
  • 128
  • 219
-1
votes
1 answer

C# How to save values from a listbox into settings.settings

How can I save values from a listbox into settings.settings and how can I load them when I start my application.
luke
  • 13
  • 1
1 2 3
10
11