Application Settings - File Has The Default Colors?
Oct 21, 2009
Using VB2008 Express and I have a group box and in Propities|application Settings I have the backcolour set so that it is saved when the program closes. I have noticed in the "Settings. settings" file it has the default colours, but how do I get them?
<Setting Name="GroupBox1" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">235, 235, 235</Value>
</Setting>
View 6 Replies
ADVERTISEMENT
Jul 27, 2010
how to change the default path of settings file for the application when installing??and where I need to change in application so that the application takes this file as setting file for itself (means it do not search in default location )
View 4 Replies
Jan 19, 2010
I recently made an application which have some settings one of them a saving path
I want to make check if the saving path settings is available or not (drive)
If not so it got a default value which is application path
I tried to Change the default settings in the My.Settings by writing "Application.startuppath"But the application accept it as a string is there any way do dodge this problem?
View 6 Replies
Dec 3, 2011
I need to print the contents of 3 textboxs to default printer. what examples I have found dont seem to work. I was trying the documentprint1 component as i thought it would be easy but cant figure out how to tell it what to print the second part is to print a variable (string) to the printer as well.no need for user to select just straight to default printer with its default settings
View 1 Replies
Jan 6, 2009
I want to load default system Colors with Toolstrip mbobox control. not only color name i want to load fill color with small recta ngle.
View 1 Replies
Oct 11, 2009
I have made an application and It opens rtf files but I would like it to become the default application for opening this file format.
View 1 Replies
Dec 16, 2009
I want define where my application and user settings files will be located.I would also like to rename them.For example my project will have a number of folders located inside the application folder when deployed.One of those folders is labelled "Cfg" and i want my application settings files to be saved in there.This is including the user settings, i dont want to localize the user settings file as is done automatically (at least not at this stage).
View 3 Replies
Aug 18, 2010
I'm trying to use the following command:
Dim xmlFilePath As String = _
System.Configuration.ConfigurationManager.AppSettings("XmlFilePath")
to retrieve the following setting:
<applicationSettings>
<MySolution.WebProject.My.MySettings>
<setting name="XmlFilePath" serializeAs="String">
[Code]....
However, xmlFilePath shows up as Nothing after that line of code is run.
What's the correct code to get a setting out of the web.config file in an ASP.NET application?
NOTE: Although you can add keys individually to the <appsettings> tag, I'm trying to figure out how to use it with the "Settings" tab in the project's properties.
View 2 Replies
May 9, 2011
if there was a way to emulate the application.settings file's ability to do something like the following:
If I add an item to the settings file editor say Variable1 with a a value of "foo"
I can then go to my.settings.default. (and at this point) Variable1 is item that is an option after I type the '.'
Is there a way to do this for a collection? To where I have
Collection1. (and when I press '.' the name of an item would show up?)
View 2 Replies
Mar 10, 2009
I have been searching and posting regarding this problem and have found nothing to aid me. Discussion is either on web.config files or deal only with external files for connection strings or earlier versions of vb.net not 2008.I have already successfully put connection strings into an external config file, but trying the same approach with application settings has failed.There are two sections of the app.config involved with application settings.
1. the configuration and config sections at the top of the config. file where the section group and the section name are described.
2. the actually data for the application settings by section group section name which appears in the body of the configuraton section of the app.config.[code]
View 5 Replies
Apr 30, 2011
How do I save my settings in the same folder of my application is in .INI file.[code]And how do I delete the app.config folder in the AppData Local dir?Because what I noticed is.. It creates new folders everytime I release a new version of my application.It doesn't consume much space though but still it creates new folder corresponding to the application version.
View 5 Replies
Jan 14, 2009
I just wondered if you can or can't save arrays using the settings system object. There seems to be no way of entering it at designtime. It seems implied you cannot create new user settings.subobjects at runtime. I'm looking to find the easiest way to save a populated array of PictureBox's. If the only way is a self/custom made/managed .ini file then I need to know so i can start on that but I was hoping to use some of all this phaff in the new frameworks usefully.
View 3 Replies
Sep 8, 2009
Is there a way to maintain application modified Settings in the settings files after a program update? i.e. I have 10 or so values in the settings file and the users can modify them... when I send a program update they revert back to what I initially programmed them to be.
View 3 Replies
Feb 8, 2008
i have created a user setting named 'setmeup' as string, scope = user, value = "magical meow meow!".in my code i access it and assign it a new value like this...my.settings.setmeup = "howdy cowboy!"my.settings.save()application.restart()when the application restarts, i expect the my.settings.setmeup = "howdy cowboy!" but when i check its contents its still "magical meow meow!".but when i use application.exit() instead of application.restart() and manually restart the program, my.settings.setmeup = "howdy cowboy!" which is correct.what must i do? i want to use application.restart() because i don't want the users to double-click the icon again to start the program. i want the program to restart automatically.
View 2 Replies
Mar 22, 2011
For instance every new project i find my self setting the same font/size, Form1 Name, form settings, form regions, modifiers etc
View 1 Replies
Jan 15, 2012
My Program changes it's My.settings to default , it looses the Location Where it is saved This only happens when i move to a new area But if i take a new builded exe and put it in same Dir of old exe then It Remembers old Settings?
View 7 Replies
Aug 27, 2008
I created a mail sending software. The problem is it cant get the default SMTP settings of a machine. How to do that in visual basic 2005 (VB.Net 2).I tried to parse it from outlook.But failed. Again, some other software can get it without outlook. So, i want to know the way of getting this settings.
View 3 Replies
Mar 30, 2009
I had a quick google nothing come up.For instance every new project i find my self setting the same font/size, Form1 Name, form settings, form regions,modifiers etc
View 2 Replies
Nov 23, 2010
A Windows service written in VB.NET is using the My.Settings namespace for simplicity. There are only three settings to read, and these are read within the constructor of the ServiceLauncher.
I am attempting to install the service as such:
installutil GID.ServiceLauncher.exe
And this is successful, however the config settings it is using are not the ones within the GID.ServiceLauncher.exe.config file, instead it is using the ones baked into the app as Default Settings within Settings.Designer.vb (marked with DefaultSettingValueAttribute). [The questionable wisdom of Microsoft not allowing a developer to ignore default settings is another question entirely].
How can I further diagnose this issue, and maybe force a reload of settings? I tried calling My.Settings.Default.Reload, however this did nothing. All settings are application settings, and only differ by "value" from those in the auto generated file.
I have successfully attached the debugger using System.Diagnostics.Debugger.Launch() and true enough, the settings are still the default settings.
In anticipation of the question, the background: The reason for requiring configuration settings is because this is a very straightforward service that simply executes an exe; and this exe is in configurable location. There are other reasons also, such as I wish to have the service name configurable without recompiling.
View 3 Replies
Jun 28, 2011
I am practicing on how to print from vb.net (2008) i was able to print my text, however I am having hard time changing default page settings.When the script loads up it thinks my default printer is my 8x11 printer and adjusts the label for that. however I am using a small label printer and labels are very small like 1x2inch. After I hit print button I can get the printer dialog box up change the prinet however because margins are wrong, my print out is unaligned. I like to change my default printer at form load step.
View 1 Replies
Aug 13, 2009
I am am having some problems with using My.Settings. I have saved some strings with My.Settings.Save() and am trying to set the strings back to its default value. I have tried using My.Settings.Reload() but it does not do anything. What is the best way to set the strings back to its default value that I have set it to? I have looked around for this question but could not understand what to do to fix the problem. I have gone to msdn.microsoft.com but could not find any good information, only this[URL]..
View 7 Replies
Aug 23, 2009
how I can go about having a ini type file so my.settings don't get over written when I load newer versions of my application?
View 3 Replies
Aug 18, 2009
My deployment of upgrades to an application written in C# (.NET 3.0) consist of simply replacing an older .exe with the new one. Because that older version can currently be used by some customers, I simply rename the old version to blahblah.exe.old and copy the new one to the same folder. When the user opens up the application again, the new one loads up.
The problem is, every time I deploy a new version, the user scope settings are always reverted back to the default values.
View 1 Replies
Apr 24, 2012
I have a label printer with the driver loaded with the settings in the driver set I can print the exact label that I want, I have the problem that I need to set the default settings in the driver when the software starts. there are 6 of these printers and the only problem we have found is that different operators like to change the settings.
What I need to do is to set the following commands in the driver so each time the system is started (daily) it loads the settings and works properly.
I need to set
Custom Commands Text, Start, Parsed Text
In the Advanced Setup, turn on use printer settings
Other settings would be usfull but as I cannot set these I do not think I will be able to set others.
I can currently set some of the commands eg,
DefaultPageSettings.PrinterSettings.Copies=2
View 3 Replies
Sep 15, 2011
How can I obtain the default language settings of the computer using vb.net code?
View 1 Replies
May 28, 2011
i am making a revolutionary web browser called bolt and i have nearly finished it!
I would like to add settings but the problem is that when i restart the web browser settings revert to default i tought about saving them into an ini or dat file called setting
View 4 Replies
Jul 12, 2009
How do I reset My.Settings at run time to the initial default values. I want to do this after the app has been running and the user may have save changed settings. The intention is to reset evering to 'factory defaults' as opposed to the last saved value as done by 'settings.reload'.For example in the property below , I want to restore to the value to '90' as given in the default value. I want to do this for all settings.[code]...
View 4 Replies
Apr 15, 2011
1. I can't find the file which reflects changes to user settings. This might be because I just can't find it (I can see a bunch of user.config files but they are all empty - weird!), or...
2. I'm not actually saving them when I think I am.
Regarding 2. - do I need to invoke
Is this all I need? And if so, why are my user.configs empty?
View 1 Replies
Oct 30, 2009
I have created a settings-file for my plug-in-based app. When the mainApp writes the settings to the file, the pluginApp should read the settings from the settings-file (when opening or at runtime even better), but somehow it reads the settings from the app.config-file. This means that the pluginApp never will read the settings according the values of the file.
View 4 Replies
Jun 21, 2009
I am building a simple windows form (using VB.NET) for a friend to use at work. His company has about 10 specific colors schemes (they have list of RGB values) that they use for the company logo, website etc.
I want to follow this color scheme in my application and, to simplify development, would like to build an enumeration of these colors to avoid hard coding the RBG value for every label, panel etc.
My initial thought was to do the following:
Enum ColorTypes
CompanyDarkBlue = Color.FromArgB(0,56,147)
CompanyBlue = Color.FromArgB(0,111,198)
CompanyLightBlue = Color.FromArgB(0,145,201)
End Enum
However, it's not that simple as a constant is required. I looked around on the internet and I found an example of how to achieve what I need but it seemed inordinately complicated for what seems like quite a common requirement for application development.
View 4 Replies