Use the MS Internet Control (found in your components window). I haven't personally used it yet, but that should do the trick. Best Regards and many Thanks!
Michael G. Bronner X-)
"Who cares how time advances? I am drinking [beer] today." Edgar Allan Poe
Then, when IE has finsihed downloading, you'll need to extract the "inner html" and put it into your new window, as follows:
Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
Myhtmlform.Show
Myhtmlform.Text1.Text = pDisp.document.body.innerHTML
Exit sub
This will open you a new window will all the html from, in this case, the Orange website.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.