PDA

Click to See Complete Forum and Search --> : download internet files in .net


egiggey
Mar 12th, 2002, 04:08 PM
I am trying to build a downloader to rapidly download webpages

in vb6 to save a page I used this

Open filename For Output As #1
Print #1, WBFastSave.Document.documentElement.innerHTML
Close #1

but I havn't been able to find a sustitue in .net yet any ideas

also has anyone tried building a multi threded downloader like alot of people did in vb6? if so can I get some hints or sample?

thanks

egiggey
Mar 14th, 2002, 03:36 PM
any one ?