Is there an API function to "view source" of an IE control in VB?
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
Text1.Text = Webbrowser1.Document.documentElement.innerHTML
Forum Rules