XML as an INI File

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Am a developer,used to VB6 and trying to get to grips with VB.NET 2.0.
Trying to read a simple XML file with the user settings.
Have seen some sample code for .NET 1.1 and that crashes saying some widget
or other is no longer used. I get a million error messages and do not have
the skill set to fix them.
Can someone please point me at some sample code, to read an XML file that
really works in VB.NET 2005?
Thanks for anyone's help and being kind to an olde coder.
 
Kevin said:
Trying to read a simple XML file with the user settings.
Have seen some sample code for .NET 1.1 and that crashes saying some
widget or other is no longer used. I get a million error messages and do
not have the skill set to fix them.
Can someone please point me at some sample code, to read an XML file that
really works in VB.NET 2005?

..NET 1.*:

Storing and loading user preferences
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=userpreferences&lang=en>

..NET 2.0: 'My.Settings'.
 
Back
Top