Results 1 to 2 of 2

Thread: View source in IE

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2000
    Posts
    39

    Talking

    Is there an API function to "view source" of an IE control in VB?

  2. #2
    Guest
    I don't think there is any api or way to get the source out of IE, but if you have your own Webbrowser:

    Code:
    Text1.Text = Webbrowser1.Document.documentElement.innerHTML

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