Requirement: How can I download an HTML page and parse its contents from inside my program?

My program needs to be able to extract a value from an HTML page on the Internet. How can I get the page over HTTP and parse the HTML tags it contains to locatethe value that I need from code (without using IE) ?


Solutions:

Submit a new solution to this problem >
Use wodHttpDLX to download and parse HTML content from a web site.
The wodHttpDLX is a HTTP client ActiveX control that provides easy, high and low level access to the complete HTTP protocol. It's primary purpose is to retrieve documents and other resources from web servers and it then provides methods to access the resultant HTML.
(VB6\Windows)