application-settings
How to save state of checkbox, textbox and ... after closing a program in c#
In my C# program that is made with Visual Studio 2010 and uses WinForms, I would like the program to save state of some checkboxes and textboxes so the next time program will be loaded they are checke[详细]
2023-02-28 03:27 分类:问答Edit parameters in Settings file
I have DataClasses.dbml file in my C# winforms project. This automatically adds a setting of type ConnectionString to Settings file of the project. The connection string throughout the project is acce[详细]
2023-02-25 13:12 分类:问答Opening the Settings app from another app
Okay, I know that there are many question about it, but they are all from many time ago. S开发者_JS百科o. I know that it is possible because the Map app does it.[详细]
2023-02-24 21:29 分类:问答SQL Server Management Studio -- where is Tools/Import and Export settings menu?
In Visual Studio, there is an Import and Export settings wizard which 开发者_如何学运维you can use to customize Visual Studio and save settings to a .settings file.[详细]
2023-02-22 16:45 分类:问答Slow ApplicationSettingsBase
The application settings mechanism (derived from ApplicationSettingsBase) seems to be a real bottleneck when used in multithreading scenarios. Especially, when properties are queried often, the concur[详细]
2023-02-21 06:31 分类:问答How to keep segmented control in the settings bundle
Hi canany one ca开发者_Python百科n help me how to keep segmented control in the settings bundle in iphone.As you can see in the documentation, segmented controls are not supported in the settings bund[详细]
2023-02-19 15:16 分类:问答How to get application settings path in winforms?
In Settings.Settings in Winforms I have some User settings, and I must clean up them. I can\'t do it by:[详细]
2023-02-16 08:45 分类:问答Check if user.config is not exist
My application use application settings to store user\'s settings, the settings file name is user.config which stored in folder Application Data. In the first run of application, the file does not exi[详细]
2023-02-15 10:08 分类:问答What is the preferred way of accessing settings inside an application?
Currently I have a singleton (service locator) thing going on where I get my settings via something like Services.getSettings().get(\"my.setting\");. Calls like these are sprinkled liberally around th[详细]
2023-02-14 06:30 分类:问答InAppSettingsKit IASKCustomViewSpecifier
i am having trouble trying to call values from two IASKCustomViewSpecifier in the InAppSettingsKit. I tried changing the Key value from customCell but it seams to then change the dimensions of the cus[详细]
2023-02-12 06:49 分类:问答
加载中,请稍侯......