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:
Comment