Save/Load Font Settings?

Aug 12, 2010

I am trying to save the last used font, font color, and background color. Then when starting myapp up again, read the data and use the last used settings. Here is what I have so far: User pick new font &/or color

Code:
If FontDialog1.ShowDialog() <> Windows.Forms.DialogResult.Cancel Then
MainText.Font = FontDialog1.Font
MainText.ForeColor = FontDialog1.Color

[Code].....

View 2 Replies


ADVERTISEMENT

Save / Load Font Settings?

Aug 12, 2010

I am trying to save the last used font, font color, and background color. Then when starting myapp up again, read the data and use the last used settings.[code....

View 3 Replies

Application.restart After My.settings.save Doesn't Load The New Settings

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

Forms :: My.settings Save Only Font Name Not Size?

Nov 20, 2010

I have a question how can I save in My.Settings only the font name and not the size.I have a form where I can change the font for a label on another form. This works perfect.I can even save it in my.settings.

The thing is though, that on that other form I have 2 labels, thet should have the same font name, but the size should be different. (label1 has font size = 40 (can be changed) and label2 should have a fixed font size (should not be changed)).I tried to use label2.font.size = "14", but font.size is readonly.

View 2 Replies

Load And Save Settings?

Jan 26, 2009

I wanna save and load my color selected by ColorPicker like this[code]...

View 9 Replies

Save And Load A Printer Settings?

Mar 19, 2011

I found this thread [URL]on saving and loading printer settings It worked fine in XP Virtual Machine, but when I try it on my Windows 7 64 bit it errors on the P.Start Line()I changed from Rundll to PrintUI and it seems to work OK saving the file, but when I try to restore using the code below, it still fails on the P.Start line.What am I doing wrong?

Dim p As New Process
p.StartInfo.FileName = "PRINTUI.EXE"
p.StartInfo.Arguments = " /Sr /n """ & sPrinter & """ /a ""c:my11_17.dat"" 2 7 c u d"
p.Start()

View 6 Replies

Save My App's Settings In My Own Format And Load It?

Feb 11, 2010

How can I save my app's settings in my own format and load it?

View 6 Replies

VS 2008 Save And Load Settings?

Dec 26, 2009

i try to save sattings and load settings in runtime:to save settings

My.Settings.bodyTxtSize = numericupdown.Value
to load settings
txtBody.Font.Size = My.Settings.bodyTxtSize

[code]......

View 5 Replies

Game Programming :: Getting A Highscore To Save And Load Using My.Settings

May 20, 2011

I've tried to implement this highscore saving feature, so that when my application closes, the highscore saves within the my.settings storage function, and when my program loads up again, the same highscore loads up from this file. atm, it works ONLY within the application (I can close forms and it's still there, but if i end the program it resets to 0 next time it's loaded).it's basically 2 lines of code..1 for saving and 1 for loading..is this the best way to save a highscore for a game? I was initially thinking of making a database and linking it to that, but apprantly it's easier with the My.settings. even thought of using stremawriter but it's more uneccessary work over my.settings.[code]

View 7 Replies

Unable To Make Some Settings And Load The Result Of The Settings Via LinQ Into The Grid Of The UscStat?

Jan 3, 2012

I have the following structure:OLD: frmMain (WinForm)uscStat (UserControl with Grid) In frmMain I'm able to make some settings and load the result of the settings via LinQ into the Grid of the uscStat.

[Code]...

View 1 Replies

Application.Settings VB 2005 - Save Arrays Using The Settings System Object

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

VS 2010 Save The Treeview Items To Settings (my.settings.history)?

Mar 25, 2011

I'm working with an Treeview and i'm new at it and i have 2 questions.

1. How can i save the treeview items, to settings (my.settings.history)

2. How can i save the treeview items as an TXT or XML file or another exception.

View 13 Replies

Way To Set Label Font Settings

Sep 2, 2009

I would like to know if there is a way to set the Label Font Settings of VB 2008 to the Font I always use instead of the one that Visual Basic wants to use. I would to always use Arial Font, Bold set at 10, for my default setting, but cannot find where I can set this.Can this be done or am I out of luck and am stuck with the M<icrosoft Sans Serif 8 point?

View 3 Replies

How To Use Font Dialog Settings With Print

Aug 19, 2010

I am trying to use the font dialog settings with my print control.My code works fine - it prints. But how do I change the code to use the font dialog settings?Here is an example of my print code:

e.Graphics.DrawString("Date and Time: " & Now.ToString, _
New Font("Courier New", 10, FontStyle.Bold), _
Brushes.Black, 10, 38)

[code].....

View 2 Replies

Large Font Settings - Some Button's Text Changes Size And Some Don't

Dec 16, 2009

Within our application, some of the object's text are effected by users with "Large font" turned on under Control Panel>>Graphic Properties. I can't determine what is the trigger to this behavior. I have many forms including TableLayoutPanels, ComponentOne Sizers, some objects with DOCK=Fill, and AUTOSIZE=TRUE. I wrote a simple Hello World form, and it is not impacted by the "large font" setting.

View 1 Replies

Save User Settings Using My.Settings?

Jun 8, 2010

how i can save user settings in vb.net

i have a project with different buttons when a user clicks a button the image of PictureBox1 will change.

i want to save this image that the user has chosen after he closes the application, so it will be displayed in PictureBox1 when loaded.

i am using Microsoft Visual Basic 2010 Express

the languge is VB

View 5 Replies

VS 2008 Removing My.Settings - Uncheck The "save My.settings" On Shutdown?

Sep 27, 2009

I set up some application settings for checkboxes on an app and then decided to remove them. When I set the Application Settings to (none) in the designer and restarted the app, the checkbox constantly checks and unchecks itself. I completely remade the app and removed the file that is used to store my.settings in the Local folder of the user's appdata profile. I also made sure to uncheck the "save my.settings" on shutdown.

View 6 Replies

Save A Collection Of Key/value Settings In My Application's "user Settings"?

Apr 14, 2008

I'm trying to save a collection of key/value settings in my application's "user settings" (they're column widths), but while I see no errors, when I run the code (in the IDE) my collection in "My.Settings" is always nothing at startup. I do a "My.Settings.Save" when the application exits, and barring the "serializers not found" errors in the IDE, no other errors occur. When I run my application as an exe, it behaves the same way..

View 7 Replies

Changing Font Size At Form Load?

Sep 13, 2009

I have this code which run at form load event:

' Fuente
Dim tamano As Integer = Val(INI_Read(Application.StartupPath + "FSTM.ini", "Options", "Font size"))

[code].....

View 4 Replies

VS 2005 Label Font Changes On Form Load?

Mar 6, 2010

I have set my forms font as "Segoe UI, 14.25pt" and have just placed an single label on the form.

Upon placing the label by default it gets the forms font i.e Segoe UI, 14.25pt

i have placed the following code on the labels textchange event

Private Sub Label1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.TextChanged
Dim f As New Font(Me.Label1.Font, FontStyle.Italic)
Label1.Font = f
MessageBox.Show(Label1.Font.Name)
End Sub

Now when the form is loaded , i get a message box showing the labels font name as "Microsoft Sans Serif"

The labels font size also changes to 8 but it is italic.

Why is this happening? And why does the textchange event occur on the form load?

View 9 Replies

[2005] Font And Fontsize - Change Selected Font In List Accordin Font In Combobox?

Mar 7, 2009

How to list all font in combobox, and how to change selected font in list accordin font in combobox?

View 3 Replies

How To Save ID / Value Of Font In String

Jan 20, 2009

I am allowing the users to be able to make their own font choices for a listview. What would you consider the best approach for this. Should I save it to the DataBase or to a file in the application folder, and what properties should be saved to make sure that the font is redisplayed properly when the application is restarted?

This Is my code
Dim myresult As New DialogResult
With Me.FontDialog1
myresult = .ShowDialog()
If myresult = Windows.Forms.DialogResult.OK Then
Dim Conv As New System.ComponentModel.TypeConverter()
[Code] .....
but Nothing happend To the TextBox "txtH1"

View 6 Replies

Save The Font From FontDialog?

Dec 9, 2011

I used FontDialog to chose the font format. when I run the project I chose the font as TimesNewRoman 12, bold. after I run the project again it show me the defualt font in fontdailog. is it possible to save the font that I chosed (TimesNewRoman 12, bold) after I closed the project as a default font.

View 1 Replies

How To Load Settings In Tabcontrol

Jan 24, 2010

I have created at form with a tabcontrol. On tabpage 1 and tabpage 2 there are a textbox, each containing a setting. When the form loads only the setting on tabpage1 is loaded. Tabpage2 remains empty. What am I doing wrong? Does form_load not work with a tabcontrol?

Public Class Form1

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
My.Settings.textbox1 = TextBox1.Text

[CODE].....................

View 3 Replies

Using Settings To Load Different Configurations?

May 12, 2009

I currently use a Configuration.xml file to store the various preferences and settings of my application. I'd like to continue using this but allow my different users to "load" individual XML files...

To do this, I imagine I can the My.Settings to identify the location of the appropriate file. Reading the docs, it seems that I need to use the .Save method after making any changes to my settings but I'm observing that changes are persisting, regardless of not doing this... what am I doing "wrong"?

View 4 Replies

Save The Font To A Text File?

May 18, 2010

I use the font dialog to ask the user to select a font.

I need to save the font to a text file, so I don't need to ask the font each time the program runs.

The problem is that I see more font styles available than the font styles I get (they are limited to the fontStyle enum, which contains just 4 styles).

for example, this fontdialog shows 8 font styles (including semicomprimida):

[URL]

But the .Font.Style property of the fontDialog instance only returns values in the System.Drawing.FontStyle enum, and I cannot save the user selected font style, nor instanciating a new Font, with that style.

View 3 Replies

Settings Load From External File?

Feb 26, 2012

I have a project need to reset the my.settings by external files, i have problem to get back the system.drawing.color

Frist I use the SaveConfigFromMySettingToFile() to get the config file,then i add the LoadConfigFromFileToMySetting() at the FormLoad action,But Nothing change! Why? without the LoadConfigFromFileToMySetting() at system load i got the correct color of the button from my.settings.

[Code]...

View 3 Replies

Save A Richtext.txt File With Different Font Property?

Sep 13, 2010

I created a richtextbox on a form, a button to invoke the font dialog and another one for the color dialog.

Now user can type in any text and change the font size and color. It looks very nice customized on the screen. I saved it as and txt file.

I open the file to read. It is no more as colorful as when I type in. I 'd like to save the file with those customizetion so when the read on the other end will able to see what is important in the message.

View 1 Replies

ListBox Load Settings From String Collection?

Feb 26, 2009

I'm trying to create a favorite box in my web browser using this code in Favorites.vb

Public Class favorites
Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click

[Code]....

Now I have it so when you click the add button it will put the URL in the string FavList, and place the URL in Listbox1 however I have no idea how to save it, and load it.

So the next time the user opens it, it will have the URL in the string and URL box, so when they click the URL in listbox1 it will redirect the WebBrowser. I think it works like that already I just need to know how to save it, and load it.

View 2 Replies

Re-load The My.settings Values From The Config File?

Nov 29, 2009

I would like to tweak some of the numbers in the app.exe.config file while the program is running. I would like my program to re-load those valued from the edited txt file.

I have tried my.settings.reset, reload, and upgrade. None of these seem to reload the values from the config file into the program

vs 2005
vb.net

How can i get my program to re-read the config file into its memory once it is up and running. say when a button is clicked?

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved