I can't use any dependencies for the update I'm about to push. The last thing I need to do is read some XML from an XML file.
Here is an example of the XML:
That's pretty much it. Anyone have any ideas? After this, I should be completely done with VB6! Yay! Then I can start converting everything to C# ;)
Here is an example of the XML:
XML Code:
<Car DateEntered="11/14/2012" Plate="TEST" State="TX" Type="TEST" Alert="default/5" Make="TEST" Year="1988" Description="TESTETSTETST"><Car>
That's pretty much it. Anyone have any ideas? After this, I should be completely done with VB6! Yay! Then I can start converting everything to C# ;)