Results 1 to 3 of 3

Thread: umm

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2000
    Posts
    257
    I'm thinking of writing program that downloads all the pages of a specific website to a directory on my hard drive, then change all the "href=http://this site" to "href=C:\whatever.htm".

    the reason i want to do this is that i found a couple of books in html format and i don't want to spend what little time i have, on the internet reading books

    so how would i get the program to download all the pages in a certain directory e.g:"http://www.books.com/tyvb21/"?

    thnx!!

  2. #2
    New Member Bill Gates's Avatar
    Join Date
    Mar 2000
    Posts
    7
    IE5 already does this

  3. #3
    Guest
    You can use the Webbrowser Control (or reference IE) to do it, and use this code to download all pages.

    Code:
    WebBrowser1.ExecWB OLECMDID_SAVEAS,OLECMDEXECOPT_PROMPTUSER

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