Results 1 to 3 of 3

Thread: HTML Content

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2001
    Location
    chennai, Tamil Nadu, India.
    Posts
    84

    HTML Content




    How to get the HTML script i.e., source code of a web site using inet control in vb6.0? I used openurl method but I am getting only half of it.

    Thanx in advance...
    S.Desikan

  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    planet source code has numerous examples of URL data sucks and I've used several of them successfully

  3. #3
    Fanatic Member
    Join Date
    Jun 2003
    Location
    Worcester, MA
    Posts
    782
    If you want it to display in text1 then :

    VB Code:
    1. Text1 = (Inet1.OpenURL(txtIP.Text))

    set txtIP.text to the url, i would recommend using a textbox because if you put it in the code you get an error with the : in http://.
    C#.net, VB, C++, Java, VS 2005/2008
    Dont' forget to rate posts that are helpful to you.

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