how to read xml file by vb6 code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahmed222too
    New Member
    • Sep 2007
    • 47

    how to read xml file by vb6 code

    how to read xml file by vb6 code
    is there aspesific reference should be checked?
    thank you
  • VBWheaties
    New Member
    • Feb 2008
    • 145

    #2
    Originally posted by ahmed222too
    how to read xml file by vb6 code
    is there aspesific reference should be checked?
    thank you
    Set your reference to:
    "Microsoft XML, v3.0". This makes the MSXML3.dll class library available for use in the development environment, which contains all of the Microsoft XML functionality"

    From this article which may also help with any coding questions you might have:
    www.XML.com,Textuality Services,Kurt Cagle,Programming,XML and Visual Basic


    And I just realized that "microsoft XML, v3" is actually pretty old. You should use the latest which, on my system, goes up to Version 6.0.
    Last edited by VBWheaties; Mar 7 '08, 01:59 PM. Reason: corrected version in suggested response

    Comment

    Working...