|
-
May 9th, 2001, 12:33 AM
#1
Get HTML code
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?
-
May 9th, 2001, 10:02 AM
#2
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|