Results 1 to 2 of 2

Thread: Automatically Saving a Web Page

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Location
    Liverpool, UK
    Posts
    64

    Automatically Saving a Web Page

    I've got a web browser control pointing to a web page which is updated every 60 seconds or so. I've written some code to parse the content of the web page and store the bits of information that I need. What I need to do next is refresh the page (which I've done), then save the page locally so I can read the core HTML. However, I can't get the page to automatically save (without the save dialog poping up).

    My idea was to use this...

    Code:
    Me.WebBrowser1.ExecWB OLECMDID_SAVECOPYAS, OLECMDEXECOPT_DONTPROMPTUSER, "C:\Whatever.html"
    That doesn't work though, I just get an error saying that the ExecWB method failed.

    What am I missing ???

  2. #2
    New Member
    Join Date
    Jun 2007
    Posts
    5

    Re: Automatically Saving a Web Page

    Are there any answers to this issue? I am getting a similar problem and can find no solutions?

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