TipGiver
Programmer
- Sep 1, 2005
- 1,863
Hi,
I need some help on displaying the source code of an html page ( in a textbox, without using a web browser control.
Dim hwr As System.Net.HttpWebRequest
hwr.Create(mySite)
Thank you.
I need some help on displaying the source code of an html page ( in a textbox, without using a web browser control.
Dim hwr As System.Net.HttpWebRequest
hwr.Create(mySite)
Thank you.