I can get a complete html code by using winsock and not inet, and sometimes vice-versa, Why?
Also trying to use inet.proxy but no documention explaining how to use it. Anybody,please?
Printable View
I can get a complete html code by using winsock and not inet, and sometimes vice-versa, Why?
Also trying to use inet.proxy but no documention explaining how to use it. Anybody,please?
Another way you may want to try is using the webbrowser control. It shoud work all the time after navigation is complete. Hopefully this is of some help.
Code:Private Sub brwWebBrowser_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
RichTextBox1.Text = WebBrowser1.Document.documentElement.innerHTML
End Sub