VB Code:
Form1.txtHTML = Form1.WebBrowser1.document.body.innerHTML
currently i have a web browser in which i need to get the souce code for the page i am viewing, previously i was using the above code with the ie control, but i have swapped this control for the firefox activex control due to other issues. This now causes an error of
"Automation Error
Library not registered"
i have to get the code from this browser window as using a different control takes me to the home page of the site (need to be logged in to view this page)




Reply With Quote