|
Thread: umm
-
Dec 4th, 2000, 09:57 AM
#1
Thread Starter
Hyperactive Member
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!!
-
Dec 4th, 2000, 10:21 AM
#2
New Member
-
Dec 4th, 2000, 11:45 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|