I am building a settings dialog for my application and right now all of the settings correspond with settings on the main v开发者_C百科iew-model, but as I add more view\'s and view-models some may not
I have created an installer project in VS2008 and nee开发者_如何学Cd to supply a settings/parameters file along with the .msi/exe file; is this possible? The settingsfile will basically contain some i
I have a class library(abc.dll) in which i have used a settings file. An exe (app.exe) referencesthis class library. At runtime if i want to change the values of the settings without having to rebuild
I would like some of my preferences to have icons, like the Settings app. I guess one way of doing this would be to copy all the relevant code and resources fro开发者_如何学编程m the Settings app, bu
I\'m trying to persist user settings to a configuration file using ConfigurationManager. I want to scope these settings to the user only, because application changes can\'t be saved on Vista/Win 7 wi
This was just what I was thinking for this solution and I would like to know if there\'s a better approach I could take?
Question explained on tit开发者_JS百科leYes. Go to Tools. Import and Export Settings Export selected environment settings
For each item in my application\'s settings, I\'ve added text to its Description Propert开发者_运维问答y which I want to retrieve at runtime. I\'m sure I\'m missing some basic logical nuance here, but
I know it\'s possible to have multiple languages in a single application through the 开发者_开发知识库res/string and depending on Locale.
Here is my problem. If I use only one Windows Forms project and call only - Settings.Default.Save() when running it, Mono creates a user.config file with the default value for each setting. It is fine