Q: Retrieving the HTML-source in VB 
>I have a VB program which uses OLE automation of the InternetExplorer >object to view a number of URLs. The problem is, I'd like to retrieve >the HTML source of each URL that I navigate to (without any human interaction >with the instance of Internet Explorer, of course). Does anyone know how >to do this? The Microsoft documentation is not too illuminating... I use VB4 and am trying to do the same thing. So how does one retrieve the source of a web page? Myles Edmonds; medmonds@netaccess.on.ca A: Get the example ConnectURL.zip (28 Kb). Return