Results 1 to 2 of 2

Thread: download internet files in .net

  1. #1
    egiggey
    Guest

    download internet files in .net

    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

  2. #2
    egiggey
    Guest
    any one ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width