is it possible? if yes can someone suggest a good tuto to do it? and how can i read a webpage.... i mean download a page in vb 2005?
Printable View
is it possible? if yes can someone suggest a good tuto to do it? and how can i read a webpage.... i mean download a page in vb 2005?
No replies?
Well of course it's possible, my friend!
First you say you wish to construct a download manager but then you say you want to download a page.
Either way, I'd look into WebClient, it has many useful downloading methods and such. It can download the source of a webpage, a file, and even continue downloading a file after it has been aborted from the last known position I believe.
It's a very powerful class. Hope this helps =)