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
Printable View
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
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.
Hi,
I got the answer:
http://msdn2.microsoft.com/en-us/lib...11(VS.80).aspx
Thanks to everybody
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.Quote:
Originally Posted by jmcilhinney