o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Please Help With Get / Save Settings in VB 6 -

Hello, I have created a skinnable game and my question is:

how can I use the save / get settings funtion to where the skin I load will be the default skin loaded on startup?

I need either an example of the save / get settings function for the skinning or a .ini function... The Save Settings / Get Settings need to also work on windows vista... I am using Visual Basic 6.0 and the SkinCrafter 2.8.1 Skin Control... Please help me with this little task.

I would like for example when my game starts on the end user's computer the default skin be loaded, then after they choose to load a different skin from file then that skin will be set as the default skin and when ever they reopen the game (Clicking on the exe) the last skin choosen will be applied on startup...

if you can help please reply to my post or send me an email... thank you...

 

[2005] Save Individual Setting -
Hey Guys, I have added some settings to my program via the settings tab in VB.Express. I know that settings are saved when the application closes but that does not suit my program so I turned that off. In order to save settings in my program I added a button and when clicked i


[2005] Question about My.Settings -
Are My.Settings supposed to save on its own (even when data is bound to controls) or only when I call My.Settings.Save()?


Why doesn't this work My.Settings.Save Help please. -
Code: OpenFileDialog3.ShowDialog() My.Settings.Process3 = OpenFileDialog3.FileName My.Settings.Save() Form1.Process3.StartInfo.FileName = My.Settings.Process3 It won't save the settings, I close the app and it doesn't save the settin


GetSettings/Save -
Hi ! I want to know where in the registry all the application settings are save when i use the save settings / get settings. thanks.


[2005] Save Connection string Programatically -
Hi all, I'm using the my.settings class in vs2005 to set and retrieve settings in my application. Now, on my login form, I use the connection string in my.settings to connect to sql to run the application, but if for some reason the server settings change, how can I save the connec


[2005] Using a NameValueCollection in user settings -
Does anyone know how to save a System.Collections.Specialized.NameValueCollection in the user settings on a windows forms app? if i create a new user setting of this type, i can add items to it during runtime but they are not saved when the app is closed. the checkbox to "save m


save settings -
Hi all, I have finally mastered how to save settings to the registry. My question now is, how can i save + load multiple variables for eg: check1.value text1.text label1.caption Thanx again


Save settings group.. -
Hello, seems as though I'm posting a lot about this application i'm making... For this application I'm making, there are a bunch of different forms that have different settings on them. The user can pick from 4 different groups to save these settings to and modify. Basically, the u


[2005] Application Settings -
How is this used? I want to save many filepaths and folderpaths when closing the app and load them when starting up. I know I can use a file to load and save the settings, but I was looking around and saw a thread on Application Settings. However, in the thread it had nothing on how


Registry Get Settings Save Settings -
I am aware about get and save settings but how can I get settings from the registry from keys outside vb and vba settings or w/e.


[2005] Saving File... -
I want to save settings of my game my my.setting.settingname etc but i want to be able to go file save as and put all of these settings into a file of some sort so the next user starts from scratch as I will clear all settings when you load the progam.... but a user can load these set


Please Help With Get / Save Settings in VB 6 -
Hello, I have created a skinnable game and my question is: how can I use the save / get settings funtion to where the skin I load will be the default skin loaded on startup? I need either an example of the save / get settings function for the skinning or a .ini function... The Sa


[2005] Saving/Loading Settings Problem -
Hey Guys, So I started working with settings and finally got the hang of it. I use the my.settings to load and save settings which I have configured via the settings tab in Visual Basic. (Its just strings and Integers) Ok, when I run my program (debug) from Visual Basic Expres


[2005] Saving Configuration Settings -
Hi, this is probably a dumb question, but I'll ask anyway. In vb6 I could save values to the registry so that when I load my form, I have certain settings in place based off that registry value. Now, I've been told in .Net the way to go is XML (or maybe something similar). What


[2005] how to save My.Settings.____ -
i have created a string value in My.Settings but i am having a problem with saving the value. cuz My.Setttings.comments is read only. so how can i save?


Best Way To Save App Settings -
Is there an easy way in .NET to save application settings between runs of your application? An equiv to SaveSettings() in VB6. Or maybe an easy way to save things as XML? I need to save things like the form position the last time the program ran, user preferences, etc.


[2008] Saving Settings -
What would be the easiest way to go about saving information or settings for your app? I have a form by the name of settings and i want it to save the settings for when i change the homepage, activate the popup blocker and such. I was thinking along the lines of an ini file. What metho


Help, problem with My.settings with User scope -
I developed a program utilizing My.settings to manage settings like database and program behavior. Its great and easy compared to INI files which I typically used during VB6. However, the deployment environment uses Winxp with mutiple users(many windows accounts). The problem i'm encou


save settings to .ini file[2008] -
As the topic says, how would i go about saying my settings to an .ini file? I know the streamwriter/reader, but im not sure how it works when you got more things in the file. What i would like to print to an .ini file is my following settings: my.settings.serverip my.settings.se


Save/restore toolbar settings -
Toolbar1( MSComctlLib), how can i save and restore a user settings. after a user customzes a toolbar, am saving the settings using the toolbar save method and restoring using the restore method when the app loads again.but the toolbar is reverting to the degin time status


Save current Settings! -
Id like to be able to save every control field in my program into a DATabase! and the retreave it later, What is the easiest way to do this? And Id like to save the current settings. For example, if the user removed the StatusBar, it will be off when the program is next ran.


Save Encrypted Files -
I made a program that uses My.Settings and well once you format the My.Settings go away. So what I need to know is how can I make a file that is encrypted and if the person wants to open the file it decrypts it? I tried reading through some of the other posts but I have very little k


[2.0] Two questions(settings/gui/) -
1.) My app needs the ability to save/load settings but the settings are used in a form and the form can be used multiple times. I was wonder if I can copy the code template from the settings.cs and paste it into the form and use it. Or is the settings template specific to the whole


Saving option Button settings -
Hi all - I want to save the current settings of an option button so that when a form has been unloaded and then reloaded the last settings are shown as opposed to the default settings of the buttons. Your help is welcomed as always.


saving data directly within VB app -
Hi, this may be a dumb question but... When you create a VB application which allows the end user to save different options or preferences as to how certain functions should operate, is it possible to save the information directly to the VB app or do you have to tie a database to


Why do i keep getting this error -
Ok wht i am trying to do is open the same file that i just opened in another form, again, but everytime i click save and it starts the process of opening the file for append it come up File already open All i want to do is have it so the user can set options for te US settings or just


Help! Registry Q -
When I'm trying to save something into the registry, no metter which directory i'm trying, it will always and up by saving my settings into the VB dircetory (VB and VBA Program Settings) for xample: I'm trying to save some settings to the directory: HKEY_CURRENT_USER\Software\Mirabil


Implementing a Close event for custom class -
How can I implement a Close event for my custom class? I need to save some settings when the class closes but since its not a form class it does not have a closing event. I'm using the My.Settings feature to save settings. I'm thinking there is a way to make sure the settings are sa


Saving settings registry for specific user -
hi i have a vb applications with some options settings provided for users running on NT 4, I would like to save the settings of specific users who logged on to NT. currently i am doing the below which will not do a specific users registry save SaveSetting vAppName, vSection, v


[2003] User Settings -
I am making a screen shot program(more for learning then functionality) I have a menu item that will direct the user to change the settings(eg: resolution, save location, picture format ... ect) What is the best way to save these settings so the user does not have to change them eve


OpenFileDialog messing up XmlSerializer -
The code is here: http://www.osbornewood.com/matthew/vb.cfm I am trying to Serialize soundFile.Text to an XML file. I have two buttons: Browse and Save Settings. You can enter a value the textbox and click Save Settings and it will generate a file settings.xml. The contents of


My.Settings values not saving (Resolved) -
I deploy my application (using My.Settings to save user's preferences with Scope User) in 3 Windows Home PC, everything works fine for the two but the third one does not seems to save its settings, not even recognizing the default values. The three are almost identically installed wit


[2005] My.Settings on shutdown -
i notice in the vb project that there is this Save My.Settings on shutdown. what does this actually do? is it something like it allows the users to save their username and password to the application?


saving entries on textboxes -
I ve a form named settings with blank textboxes.i want the user to enter values in the textboxes and click save command button to save the entries.so that when another form loads, it picks the entries on the first form textboxes at run time to display some values.so in sumary i want a


reading a settings file -
Greetings, For my application I give the user the option to save their settings, so that when they reopen the program in the future, the last settings they had will appear on the form. I do this by having the app open a text file when the form is being loaded, and display whateve


XML file tutorial -
Does anyone know where to find a good XML file tutorial? I have always used INI files in the past, and since I am now learning .NET I figure I need to go with the times and begin using XML files. What I am trying to do is save user settings in the file. The settings I need to save w


save setting ini -
Hi guys i seen some examples of this around but i am struggling to impliment it into my project, here is what i want to do i have a set of approx 7 text boxs on my project i have to use these to store passowrds ip address log on usernames and stuff like this. but i also have 4 serve


The correct registry keys for app settings and passowrds -
Hi, In the past (before Vista) I've been using SaveSettings()/GetSettings() to handle app settings which. Those two functions write/read HKEY_CURRENT_USER key. I would also save encrypted passwords to a HKEY_LOCAL_MACHINE\bla\bla\bla key I hear KKEY_LOCA_MACHINE isn't gonna wo


My.Settings VS.Net 2005 -
Hello I am currently using VS.net 2005 to construct a program which will monitor the VPN connection in our office to various locations. The program will ping each location continually and if a reply is not received then the error is reported to the user. I have been able to get


[2008] Saving the Application's Settings -
How I can save the application's settings without using the registry or the My.Settings , If this ain't possible then explain me how to use this methods for anything