PDA

Click to See Complete Forum and Search --> : how to access web page source code using VB.NET?


enya
Jul 2nd, 2002, 12:33 PM
Hi, all!
I use Explorer Control to view a web page, but how to get the HTML code of this page? Maybe I use the wrong control or there's another way to do it?

Thanks,
Enya

hellswraith
Jul 2nd, 2002, 02:23 PM
Try this site..
http://www.c-sharpcorner.com/Internet.asp

You will have to convert it from C# code to VB.Net, but it has what you want.