1
vote
3answers
58 views
How do you upgrade Settings.settings when the stored data type changes?
I have an application that stores a collection of objects in the user settings, and is deployed via ClickOnce. The next version of the applications has a modified type for the obje …
0
votes
1answer
19 views
Shared Windows-Application settings file (*.settings)?
Hi
I develop a desktop application that will be installed in few stations in the local network, I want the *.settings to fetch the settings from the DB when the program loads, the …
0
votes
2answers
21 views
iPhone settings bundle
I want to allow the user to enter a valid date using the iPhone’s settings application.
I have experimented with many of the PreferenceSpecifiers data node types including date.
…
0
votes
0answers
7 views
VS ApplicationSetting types and testing global settings
It looks to me like choosing Browse.. for the type of a setting should offer a list of available types in the assembly to select from. My designer (VS 2008 under vista) seems to ha …
0
votes
1answer
308 views
app.config globalization
web.config allow a globalization tag:
This setting will set the globalization for the entire ASP.NET application.
Does this tag work in app.config in standard forms applications …
0
votes
1answer
38 views
How do I alter a .NET application/user settings on installation?
In a Windows Service project, with a Project Installer I tried the following:
[RunInstaller(true)]
public partial class ProjectInstaller : Installer
{
public ProjectInstaller( …
1
vote
4answers
237 views
How to change application settings (Settings) while app is open?
I've written a class that should allow me to easily read and write values in app settings:
public static class SettingsManager
{
public static string ComplexValidation …
2
votes
5answers
92 views
App.Config vs Custom XML file
Not sure if this is a duplicate or not, im sure if it is it will be closed anyway!
I hear a lot of folk mentioning things like "you shouldn't clog your app.config file with custom …
0
votes
3answers
88 views
How to add a label in a settings screen
As a picture says more than a thousand words:
Any help on how to add descriptive labels to a settings pane would be highly appreciated!
I should point out that I want to do this …
1
vote
2answers
151 views
Blackberry - application settings save/load
Hi!
I know two ways to save/load application settings:
use PersistentStore
use filesystem (store, since SDCard is optional)
I'd like to know what are you're practicies of wor …
10
votes
5answers
3k views
Best pratice to save application settings in Windows application
What I want to achieve is very simple: I have a WinForms (.NET 3.5) application that uses a path for reading information. This path can be modified by the user, by using the Option …
0
votes
1answer
38 views
How to access an app through the device settings?
Hi all ,
I have deployed an application in my device. Now i want that the app to be accessible through the device settings.
Like changing some of the settings of the app that shoul …
0
votes
1answer
141 views
SDL.NET (VB/C#): What should the startup object and application type be?
I eventually couldn't get any further with my program due to the various shortcomings of VB.NET (bad audio support, no reading events in the middle of execution, very weak keyboard …
0
votes
1answer
53 views
Settings.settings - How do I change from one environment to another?
I have a Web App Project (compiled DLL) along with 3 DLL projects. In my DLL projects I am using the Properties/Setting.settings to extract mutable settings from the DLL. However …
0
votes
2answers
138 views
Which design patterns can be applied to the configuration settings problem?
In large and complex software products managing configurable settings becomes a major pain. Two approaches I've seen to the problem are:
have each component in the system load i …
