|
-
Jan 13th, 2007, 01:50 AM
#1
Thread Starter
Addicted Member
Saving Setting
Hi,
I' m using Visual Basic 2005 Express Edition
I add Setting named: MyString in the Settings Page
I'm using the Setting: My.Settings.MyString = "abcd"
Where the program saving the value "abcd"
Thanks in advance
-
Jan 13th, 2007, 02:02 AM
#2
Re: Saving Setting
Settings are stored in the user config file under the current user's Documents And Settings folder. When your app exits it will automatically save all setting values unless you've specifically told it not to.
-
Jan 13th, 2007, 07:45 AM
#3
Thread Starter
Addicted Member
-
Jan 13th, 2007, 05:37 PM
#4
Addicted Member
Re: Saving Setting
 Originally Posted by jmcilhinney
Settings are stored in the user config file under the current user's Documents And Settings folder. When your app exits it will automatically save all setting values unless you've specifically told it not to.
Is there a way to customize the location where config file is saved? Since I have set the Assembly Version as 1.0.* there are a lot of config files created. If there is not a way, I will have to force myself to use Assembly Version 1.0.0.0.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|