How to Save Your Settings(Strings,Fonts,Collors) [Vb 2008]
Uploader Comments (jnbjabnk)
All Comments (32)
-
Can you tell me how to save an enabled button for example you unlocked a game and it unlocks a button how would you make it on the login member? please answer
-
thanks very much
-
Thank you so much.
-
I know this is an old post but...
The reason it disappears is because you have it set as
Dim settings as NEW my.mysettings
Try Dim settings as my.mysettings.
-
THIS VIDEO IS AMAZING!!! IS THERE ANYWAY I CAN GIVE IT 2 THUMBS UP?
-
Is there a way to save the hole form? I'm trying to make a manager game in VB 2008 (Like Football Manager, but this is Game Making Company Manager), but i don't know how to save the game file. If i like have made tons of employees in the game, how do i like save all the forms so they stay when you close the program? Thanks for all help!
-
thenks man realy work.......
-
Thanks man! That was very helpful. I had two radio buttons, and it was so annoying to choose one of them everytime the program runs. I used your video, so now the user can rightclick and sets the radio button as default. Very helpful.
aman,
-
tnx, i was tryin to use ini files on visual studio 2008 and I fail cause was imposible; but with this tutorial I do my work
-
Subscribed =)
I have a two forms. form2 changes a labels text in form1. If i close the exe file after changed the text, and then open the exe file again, the old text is back what i changed is not there, how do i save it?
vbsripter 2 years ago
Make sure you put in:
'I declared Setting as new My.Mysettings
Setting.save
Try that ;D
jnbjabnk 2 years ago
what is that i declare seting as new?
p.s. I can't use " settings.save "
I have to use " my.settings.save "
will that still work?
vbsripter 2 years ago
Well it's still wrong, because it's called My.MySettings, but if you look in the video at about 3:18 you'll see i'm declaring Settings as New My.MySettings. Use your declare thing with the command .Save behind it, like i did, Settings.Save ;D
jnbjabnk 2 years ago
This Video is super!!!!! Thank you very much for your help!!!!
ACJumper1993 2 years ago
no problem man :P
jnbjabnk 2 years ago