You can just use Add New Item, Application Configuration. create an
appSettings section and store the values in there. System.Configuration is
the namespace that makes this very simple.
http://www.knowdotnet.com/articles/configfiles.html

Signature
W.G. Ryan, MVP
www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
> I am in the midst of rewritting a VB 6 desktop application to vb.net
> desktop. It has a whole series of hard coded values that I would like to
[quoted text clipped - 8 lines]
>
> Please respond to the group as I don't read the associated email account.
Dick - 21 Oct 2004 10:44 GMT
Beautiful for reading settings, but what if my program must write a setting
to the xml file?
> You can just use Add New Item, Application Configuration. create an
> appSettings section and store the values in there. System.Configuration is
[quoted text clipped - 15 lines]
> >
> > Please respond to the group as I don't read the associated email account.
scorpion53061 - 21 Oct 2004 11:49 GMT
Hello Dick,
http://www.kjmsolutions.com/xmlsettings.htm
> Beautiful for reading settings, but what if my program must write a
> setting
[quoted text clipped - 31 lines]
> > > Please respond to the group as I don't read the associated email
> account.
Atara - 24 Oct 2004 09:42 GMT
http://www.codeproject.com/dotnet/XMLSettingsFile.asp
Atara
Herfried K. Wagner [MVP] - 24 Oct 2004 11:55 GMT
"Atara" <Atara@DD.com> schrieb:
> http://www.codeproject.com/dotnet/XMLSettingsFile.asp
Storing and loading user preferences
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=userpreferences>

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/