Results 1 to 4 of 4

Thread: <?> Surfing a site.

  1. #1

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946
    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

  2. #2
    Guest
    Webbrowser Control can do this .

    Code:
    WebBrowser1.ExecWB OLECMDID_SAVEAS,OLECMDEXECOPT_PROMPTUSER

  3. #3

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    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

  4. #4
    Guest

    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
  •  



Click Here to Expand Forum to Full Width