Tutorial on XML and VB.NET. I have made this tutorial so that people can learn to use XML in their applications, there are 2 code tutorials written in VB.NET (1 for reading XML and 1 for writing XML). I have also documented how to create XML documents using notepad (Word and PDF). After reading and examining this you should be able to make an XML based phone book that can be saved and loaded etc. as well as adding and removing entries.
File List:
READ ME.TXT
487b
Tutorial_1
Reading XML in VB.NET/AssemblyInfo.vb
Tutorial_1
Reading XML in VB.NET/Tutorial_1.sln
Tutorial_1
Reading XML in VB.NET/Tutorial_1.suo
Tutorial_1
Reading XML in VB.NET/Tutorial_1.vbproj
Tutorial_1
Reading XML in VB.NET/Tutorial_1.vbproj.user
Tutorial_1
Reading XML in VB.NET/bin/Tutorial_1.pdb
Tutorial_1
Reading XML in VB.NET/clsContact.vb
Tutorial_1
Reading XML in VB.NET/frmMain.resx
Tutorial_1
Reading XML in VB.NET/frmMain.vb
Tutorial_1
Reading XML in VB.NET/obj/Debug/Tutorial_1.Form1.resources
Tutorial_1
Reading XML in VB.NET/obj/Debug/Tutorial_1.pdb
Tutorial_2
Writing XML in VB.NET/AssemblyInfo.vb
Tutorial_2
Writing XML in VB.NET/Tutorial_2.sln
Tutorial_2
Writing XML in VB.NET/Tutorial_2.suo
Tutorial_2
Writing XML in VB.NET/Tutorial_2.vbproj
Tutorial_2
Writing XML in VB.NET/Tutorial_2.vbproj.user
Tutorial_2
Writing XML in VB.NET/bin/Tutorial_2.pdb
Tutorial_2
Writing XML in VB.NET/clsContact.vb
Tutorial_2
Writing XML in VB.NET/frmAddContact.resx
Tutorial_2
Writing XML in VB.NET/frmAddContact.vb
Tutorial_2
Writing XML in VB.NET/frmMain.resx
Tutorial_2
Writing XML in VB.NET/frmMain.vb
Tutorial_2
Writing XML in VB.NET/obj/Debug/Tutorial_2.frmAddContact.resources
Tutorial_2
Writing XML in VB.NET/obj/Debug/Tutorial_2.frmMain.resources
Tutorial_2
Writing XML in VB.NET/obj/Debug/Tutorial_2.pdb
XML documents/MAKING A SIMPLE XML DOCUMENT.doc
30Kb
XML documents/MAKING A SIMPLE XML DOCUMENT.pdf
109Kb
XML documents/myphonebook.xml
291b
Similar code
Programmatically Complete PDF Form Fields using VB and the iTextSharp DLL
(Popularity: ) : This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. The article also discusses how one might go about using the iTextSharp DLL to discover and map the fields ... DataGridViewPrinter Class
(Popularity: ) : Please refer to the following url for more details on how to use the class: The Class Features: (1) The print style is almost the same as the style of the DataGridView control: (A) the same font style for the ... Fill in PDF Form Fields using the Open Source iTextSharp Dynamic Link Library
(Popularity: ) : This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. The article also discusses how one might go about using the iTextSharp DLL to discover and map the fields ... ASP.NET Force Download
(Popularity: ) : Version 2 of the Force Download script... Now with Gleemex! Subclassing a Form in Microsoft Word
(Popularity: ) : The following class will demonstrate how to SubClass a VB.NET form into MSWord as a toolbar using Windows API calls.