kennedymr2
Programmer
I am using the webbrowser control to load a page.
Am using WebBrowser2.Navigate URL, navNoReadFromCache
In the WebBrowser2_DocumentComplete(ByVal pDisp As Object, URL As Variant), i am capturing the text from the page.
ie. RichTextBox1.Text = WebBrowser2.Document.documentelement.InnerHTML
I am pretty sure that the noreadfromcache does not "allways" work???!! But i could be wrong.
I need to ensure that every time the page is called for, the latest page is reloaded.
?Is the above code correct, or is there a better way of doing it.
Appreciate any advice.
Am using WebBrowser2.Navigate URL, navNoReadFromCache
In the WebBrowser2_DocumentComplete(ByVal pDisp As Object, URL As Variant), i am capturing the text from the page.
ie. RichTextBox1.Text = WebBrowser2.Document.documentelement.InnerHTML
I am pretty sure that the noreadfromcache does not "allways" work???!! But i could be wrong.
I need to ensure that every time the page is called for, the latest page is reloaded.
?Is the above code correct, or is there a better way of doing it.
Appreciate any advice.