my name is Alex Moroz and in this video tutorial you can learn how to create your own custom XML Editor with help of Vb6 or C++. You can use XML Reader and Writer in your custom software or applications. This tutorial has step by step explanation for total beginner in VB6(Visual Basic 6) and idea can be used with C++ as well. I will teach you how to use free MSXML.dll that is XML parser and writer library provided for free from Microsoft for developers.
This video tutorial has step by step instruction and I decided to split into multiple parts due to Youtube time limitation. Please watch all parts for a total tutorial.
part 1 of 8 - Introduction:
part 2 of 8 - Explanation of XML and how MSXML reads the XML Data:
part 3 of 8 - Setting up the Project in Visual Basic 6 and how to open xml file in your own application :
part 4 of 8 - How to save XML data into XML file with your own application:
part 5 of 8 - advanced ideas for saving nodes in the XML file:
part 6 of 8 - learn how to manage existed XML data and how to remove nodes from existed XML document in your own application:
part 7 of 8 - continue on managing XML data in XML data with your own application:
part 8 of 8 - continue on managing XML data in XML data with your own application: