application-settings
Location of VB.NET Windows Service My.Settings - settings
I have a VB.NET solution built in Visual Studio 2010. It consists of a class project, a service, and a setup project. I have successfully created a setup, and run the setup from the \"Release\" direct[详细]
2023-04-06 13:02 分类:问答Change to Application Setting is not showing up at runtime
I have an application that\'s dealing with a required list of files it has to manipulate when run.I wanted to add a couple of files to this list.The list of files is stored in a setting.The scope of t[详细]
2023-04-05 07:54 分类:问答Ways of keeping configuration code out of logic code using Dependency Injection
How can keep all the configuration file code out of my logic code using Settings (ApplicationSettingsBase) and Dependency Injection?[详细]
2023-04-02 17:47 分类:问答Are they any specific standards to keep the settings of an application for linux?
I\'m planning on develop a java application to be cross platform. I find out that the settings of a mac application are usually kept in a file named info.plist. By looking for a similar file in my Ubu[详细]
2023-03-31 20:48 分类:问答Enabling my application to show up in the Android Global Search
I have an application that I have made searchable, and I want to include it in the Google Search bar by default, or give my users the option of enabling it from within my application.I have already ex[详细]
2023-03-31 09:57 分类:问答How would I create composite settings for an application?
What I would like to do is have a versatile settings class that I can use in a composite application.As I add features and components and compose the application using MEF & Prism I would like to[详细]
2023-03-31 09:40 分类:问答How to write an value to text field in application preferences settings ios?
In applicatio开发者_如何学JAVAn preference settings i have text field. Behavior of textField: 1. When user enters text and launch application, the entered text is taken and processed.[详细]
2023-03-28 11:52 分类:问答Save Dictionary in application settings
I would like to do something like this : app.config : <?xml version=\"1.0\" encoding=\"utf-8\" ?>[详细]
2023-03-26 11:33 分类:问答ApplicationSettings isn't saved properly
I\'m trying to save two Lists of objects in the phone ApplicationSettings, but I\'m stuck at a strange issue (But it\'s probably me making a silly mistake somewhere).[详细]
2023-03-26 04:57 分类:问答Windows application settings
I have a windows 开发者_JAVA技巧app written in C# (.net 3.5), and have a Settings.settings file that holds the application\'s settings.[详细]
2023-03-22 02:54 分类:问答