|
-
Nov 22nd, 2000, 05:30 PM
#1
Thread Starter
_______
I can download a web's source using the inet but I have to be specific as to what page I want to grab. Assuming I enter the default page, is there a way to cycle through the entire site and get each page?
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Nov 22nd, 2000, 05:58 PM
#2
Webbrowser Control can do this .
Code:
WebBrowser1.ExecWB OLECMDID_SAVEAS,OLECMDEXECOPT_PROMPTUSER
-
Nov 22nd, 2000, 06:31 PM
#3
Thread Starter
_______
<?>
Thanks Matthew...
I've been noticing your post lately and you are broadening your horizons. Keep plugging...
Wayne
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Nov 22nd, 2000, 07:28 PM
#4
Thanks Wayne
Also, you know that you could reference the ShDocVw.dll control so that you don't even have to show the web page.
Just:
Dim ie As New InternetExplorer
ie.Navigate...
ie.ExecWB OLECMDID_SAVEAS,OLECMDEXECOPT_PROMPTUSER
I don't know if you can do it without having the Save dialog popup though. Microsoft Internet Controls isn't all that great. It doesn't seem to be fully complete .
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
|