I have a form in VB6 that has the Web Browser object on it. I send the browser out to fetch a page. When it returns the results, I need to gt the source for the page from the browser object.
Something like this:
sResult = WebBrowser1.Document.Source
Can some help me with this problem. The returned page is all text which will be used by the program.
Thanks,
Mark