Okay, basic situation:<BR><BR>I have a VB COM DLL that interfaces with a C library to run some functionality that for various reasons can't be rewritten in VB (or even COM). About halfway through this ...
Sure, .NET's got great support for XML, but what's a VB6 programmer to do? Learn to work with MSXML2's DOM parser, that's what. The Document Object Model (DOM) is the oldest, and arguably the easiest, ...