application-settings
.NET Application Settings: Make an array of Color values
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,[详细]
2023-03-20 10:43 分类:问答Save/Load User Settings on multiple UserControls within a Window
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[详细]
2023-03-19 15:18 分类:问答Form.Size is not visible in ApplicationSettings->PropertyBinding
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[详细]
2023-03-19 11:36 分类:问答When exactly are the settings from Apple’s Settings app saved?
The main interface of my app depends on some of the settings that can be set by the user in Apple\'s Settings app.[详细]
2023-03-19 00:46 分类:问答Setting the title in a settings plist
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[详细]
2023-03-17 14:21 分类:问答StringCollection in application settings doesn't get stored
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.[详细]
2023-03-17 07:40 分类:问答iPhone - application displays a blank screen when loaded on a real device (sometimes)
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.[详细]
2023-03-16 18:17 分类:问答A WCF webservice and the Application Settings horror
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[详细]
2023-03-15 22:14 分类:问答AppSettings and ApplicationSettings in the same config file
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[详细]
2023-03-15 04:31 分类:问答Wix: Losing .NET Application Settings
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:[详细]
2023-03-14 16:26 分类:问答