Click to See Complete Forum and Search --> : Help--View source of HTML pages
emmzou
Jul 31st, 2000, 10:21 AM
I am new in VB and I would appreciate any help. I need to retrieve the html source page of a document loaded on the Webbrowser and display it on a Textbox or RichTextBox. More or less the same as the "View Source" command of the Internet Explorer does.
THANKS
Mark Sreeves
Aug 2nd, 2000, 04:18 PM
You can use the Navigate2 Method to Open a Copy of the Source Code in Notepad..
WebBrowser1.Navigate2 "view-source:" & WebBrowser1.LocationURL
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.