VBForums
>
Visual Basic
>
API
> View source in IE
PDA
Click to See Complete Forum and Search -->
:
View source in IE
shtirliz
Sep 6th, 2000, 02:01 PM
Is there an API function to "view source" of an IE control in VB?
Sep 6th, 2000, 04:33 PM
I don't think there is any api or way to get the source out of IE, but if you have your own Webbrowser:
Text1.Text = Webbrowser1.Document.documentElement.innerHTML
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.