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
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