application-settings Questions
3
Solved
I have a program which I want to store information in a string. I have been using the Properties.Setting.Default.STRINGname to store the information, which works fine on my PC, and I can see the sa...
Searcy asked 24/4, 2012 at 19:26
1
Solved
I am reading articles, forum posts about applicationSettings for almost a week now.
In almost every thread there was someone that appears to have correctly pointed out that the class libraries can...
Tameshatamez asked 12/4, 2012 at 1:48
1
Solved
I am in the process of creating an outlook addin. The addin works sort of like an aggregator. In this addin, the user will need to specify multiple sets of account information for the addin to have...
Robbert asked 4/4, 2012 at 20:54
3
Solved
On my system, %AppData% leads to ApplicationData which is C:\Users\<USER>\AppData\Roaming
But there is also C:\Users\<USER>\AppData\Local
And for some more confusion D:\Users\<USER&...
Telega asked 14/3, 2012 at 19:56
1
Solved
I need a little help with understanding what can I do and cannot in android. I'm working on application which needs to ask user in first start to select a device (internal/external storage) where t...
Tramp asked 14/11, 2011 at 8:47
2
Solved
In an ASP.Net MVC 1.0 applicati0n, is it possible to access the application settings (MyProject.Properties.Settings.Default.*) from inside my View (aspx page)?
I've tried but the intellisense and ...
Guardant asked 26/6, 2009 at 15:50
2
Solved
Notepad++ suddenly changed its keyboard settings, which now means it thinks I use a English keyboard, although I have a Nowegian keyboard.
To this end, for instance shift + 2 becomes @, as oppose...
Michaels asked 18/1, 2011 at 20:58
4
Solved
How can keep all the configuration file code out of my logic code using Settings (ApplicationSettingsBase) and Dependency Injection?
With configuration I mean a customer specific configuration fil...
Stereoscope asked 2/9, 2011 at 20:25
2
Solved
I'm looking for a way to print from web without prompting the print dialog (I just made the question).
I found This method for Firefox and it seems to work, but it obviously will affect all websit...
Iyeyasu asked 27/4, 2011 at 19:24
1
Solved
Does anyone have a suggestion on how to create a system that allows me to change settings on the fly? For example, I have a textarea that users can fill, and right now it has a maximum character li...
Nuncle asked 25/4, 2011 at 2:59
4
Solved
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 che...
Typhoeus asked 20/4, 2011 at 14:5
1
Solved
I want to access the general settings of iPhone. I know that it was not possible with os 3.0 and there on .
But hope fully if apple has provided any API with os 4.0 or above to access the general ...
Acree asked 8/4, 2011 at 7:14
2
Solved
My application needs to, like most, store data. The application was previously used on XP only where it would store the data in Program Files. Now that our customers are moving to Windows 7 I had t...
Centralism asked 25/2, 2011 at 11:54
5
Solved
I'm used to use web deployment projects. Currently I am developing a new web application with VS2010 and want to try to get along with the new web.config principle and deployment issues.
How can I...
Firstborn asked 2/4, 2010 at 19:44
2
Solved
I was wondering if anyone knew of any design patterns, articles or other information for the problem of synchronising settings between multiple devices.
Say a web site, an iPhone app and an ...
Vernation asked 22/12, 2010 at 14:24
9
Solved
Recently, I discovered that the "Web.Config" file contains an <appSettings> section which seemed good for storing one's Application Settings. Heck, it even has a programmatic way to access th...
Woodrow asked 20/10, 2010 at 14:23
2
I'm a little confused by the different ways Visual Studio allows dynamic values to be saved to a project, and how they are intended to be used.
I understand that if I need to include binary infor...
Dubbin asked 24/2, 2010 at 3:13
3
Solved
When debugging an application I always get the following error when break on exception is enabled in Visual Studio. This is really bugging me, since we work with break on exception. The funny thing...
Histone asked 16/8, 2010 at 15:53
1
Solved
I would like to serialize my object with many values as string(xml) into user settings. Is there a limit on how large a "string" user setting can be in a .NET application?
I am extending Applicati...
Goldiegoldilocks asked 3/9, 2010 at 0:51
2
Solved
Let's say I am defining a browser implementation class for my application:
class InternetExplorerBrowser : IBrowser {
private readonly string executablePath = @"C:\Program Files\...\...\ie.exe";
...
Gerardgerardo asked 27/8, 2010 at 19:10
1
Solved
We have application settings derived from ApplicationSettingsBase. When we push a new version of our app we need to call:
//
// Summary:
// Updates application settings to reflect a more recent...
Bello asked 17/8, 2010 at 0:51
4
Solved
I have a Windows Service that performs a number of periodic activities, and I want to change the settings of this service from a Windows Forms app. I'm not sure, though, about the best way to make ...
Counterscarp asked 2/7, 2010 at 16:56
2
Solved
I have an application that needs to store data. Currently, I am using the built-in Application Settings to do it, but it only gives me two choices: application and user scopes. Ideally, I want a "l...
Crayon asked 4/5, 2010 at 18:39
2
Solved
My program is installed with a Visual Studio Setup project. The program, when run, creates a user.config file in its default location since I'm using Settings. When uninsalling, how do I get the un...
Bors asked 23/4, 2010 at 13:29
2
Solved
I have to store a complex type in the application settings. I thought that storing it as XML would work best.
The problem is I don't know how store XML. I prefer to store it as a managed XML rathe...
Molotov asked 18/4, 2010 at 20:33
© 2022 - 2024 — McMap. All rights reserved.