Monday, May 24, 2010

How can you donwload the text file of a internet website through visual basic?

I'm trying to make a program that will automatically do stuff on a website, but i need it to automatically download the source code so it can read from it, how can i do that?

How can you donwload the text file of a internet website through visual basic?
the body in the source file can be found by using


WebBrowser1.Document.Body





the title can be found


WebBrowser1.DocumentTitle





the text in the website can be found


WebBrowser1.DocumentText





etc


enjoy


No comments:

Post a Comment