Results 1 to 2 of 2

Thread: How can I check when a web page has been fully downloaded

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    26

    Question

    How can I check when a web page has been fully downloaded, ie DONE. I use a simple URL launcher in my program but I need to detect when a page has finished downloading, or maybe time out.

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Posts
    82
    If you are using a ref to ms internet cntrls, you can dim withevents and use the documentcomplete event. It seems to consider each frame a document and may fire many times before the page is actually done, so you must account for that. Any help???

    for frames, in the DocumentComplete event you can:

    if not ie.busy then
    'complete
    end if

    [Edited by _bman_ on 04-21-2000 at 09:43 PM]

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