Results 1 to 2 of 2

Thread: Get HTML code

  1. #1
    bachelor
    Guest

    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?

  2. #2
    Frenzied Member seoptimizer2001's Avatar
    Join Date
    Apr 2001
    Location
    Toledo, Ohio USA GMT -5
    Posts
    1,075
    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
  •  



Click Here to Expand Forum to Full Width