VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create XMLDOM using Visual Basic 6.0. Visual Basic program prints the complete XML file in the debu

by Bhuwan Chand Joshi (69 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 15th March 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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

Download this snippet    Add to My Saved Code

Create XMLDOM using Visual Basic 6.0. Visual Basic program prints the complete XML file in the debu Comments

No comments have been posted about Create XMLDOM using Visual Basic 6.0. Visual Basic program prints the complete XML file in the debu. Why not be the first to post a comment about Create XMLDOM using Visual Basic 6.0. Visual Basic program prints the complete XML file in the debu.

Post your comment

Subject:
Message:
0/1000 characters