"Access Web Data Programmatically" by Rob Thayer [Visual Studio Magazine, October 2004]

ReadMe.txt for the DOMTest application.

1. Unzip the files into a subdirectory.
2. Change the path for the Table.htm file in Button2's Click event to reflect the subdirectory
   where the files were saved.
3. Double-click on the DOMTest.vbproj file, or load it in from Visual Studio .NET.
4. To run the code from Listing 2, click on the "List HTML Tags To Console" button.
5. To run the code from Listing 3, click on the "Get Data From Table.htm" button.
