Results 1 to 3 of 3

Thread: [RESOLVED] Is it possible to view a pages source code with Inet?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2009
    Posts
    16

    Resolved [RESOLVED] Is it possible to view a pages source code with Inet?

    Is it possible to view a pages source code with Inet? I have tried searching but no luck so far, using the WebBrowser control is not an option, I really want to use the Inet control for this.

    Thanks.
    Last edited by Greeny; Oct 29th, 2009 at 03:46 PM.

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: Is it possible to view a pages source code with Inet?

    Code:
    Dim strHTML As String
    
    strHTML = Inet1.OpenURL("www.vbforums.com", icString)
    
    Debug.Print strHTML

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2009
    Posts
    16

    Re: Is it possible to view a pages source code with Inet?

    Thanks brucevde it works fine. +rep.

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