Usually you can make an array in the application settings by changing the data type manually in the code. However, System.Drawing.Color seems to be an exception. You can add it in the code as usually,
This post is related to c# - approach for saving user settings in a WPF application? I have found multiple examples for saving/loading one window configuration but I am not sure if it will also save
I want to save form po开发者_高级运维sition. I have successfully set Form.Location property in ApplicationSettings->PropertyBinding but Form.Size is not listed in property binding list. Why? Do I need
The main interface of my app depends on some of the settings that can be set by the user in Apple\'s Settings app.
I\'m making the settings plist(root.plist) for an app in the settings bundle and, as usual, have some options in a table view. The plist has some child views which come up when we click any of these o
I would like to use a StringCollection as application settings, however while reading it\'s not a problem, I found out that settings are not stored.
I currently have an iPhone application that runs fine on the simulator and also runs fine on a real device when it is connected to the Mac and is attached to the Xcode debugger.
I have written a WCF service that I am hosting in IIS7 as a webservice.I 开发者_如何学Chave 8 application scope settings that I have defined in the WCF service library project in the app.config.I want
I created an application that uses applicationSettings in the config file.This app uses an 开发者_开发技巧older library that reads data from appSettings.I can\'t seem to use both of these sections in
We managed to upgrade the setup project from Visual Studio (2010) Setup to Wix based setup for our software. Everything works beautifully except one problem: