- Home
·
- Internet/HTML
·
- Create XMLDOM using Visual Basic 6.0. Visual Basic program prints the complete XML file in the debu
Create XMLDOM using Visual Basic 6.0. Visual Basic program prints the complete XML file in the debu
Create XMLDOM using Visual Basic 6.0. Visual Basic program prints the complete XML file in the debug window. You can create the XMLDOM if you
API Declarations
'Open a Standard Exe Form
'Make a reference to Microsot XML 2.0 Library
Rate Create XMLDOM using Visual Basic 6.0. Visual Basic program prints the complete XML file in the debu
(1(1 Vote))
Private Sub Form_Load()
Dim XMLDOM as New MSXML.DOMDocument
XMLDOM.Load "Path of XML File"
Dim XMLRoot
Set XMLRoot=XMLDOM.documentElement
Debug.print XMLRoot.xml
End Sub
Create XMLDOM using Visual Basic 6.0. Visual Basic program prints the complete XML file in the debu Comments
No comments yet — be the first to post one!
Post a Comment