VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



One line of code for viewing the Source of a web page using the WebBrowser contol. The View-Source

by Biswajyoti Das (6 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Fri 18th May 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

One line of code for viewing the Source of a web page using the WebBrowser contol. The "View-Source:" command also works within any browser.

Rate One line of code for viewing the Source of a web page using the WebBrowser contol. The View-Source



'and then put this code for "View source". It works. 
'mail me at [email protected]

WebBrowser.Navigate "view-source:" & WebBrowser.LocationURL

Download this snippet    Add to My Saved Code

One line of code for viewing the Source of a web page using the WebBrowser contol. The View-Source Comments

No comments have been posted about One line of code for viewing the Source of a web page using the WebBrowser contol. The View-Source. Why not be the first to post a comment about One line of code for viewing the Source of a web page using the WebBrowser contol. The View-Source.

Post your comment

Subject:
Message:
0/1000 characters