Results 1 to 12 of 12

Thread: [RESOLVED] Waiting for a webpage to load?

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Posts
    27

    Resolved [RESOLVED] Waiting for a webpage to load?

    Hello!
    I have a problem with timers starting before a document finished downloading on a webbrowser.

    Thake this as a example:
    sub something()
    wbBrowser.Refresh
    tTimer.Start
    end sub

    The webbrowser starts refreshing and the timer starts instantly.
    What i need is to wait until the document has loaded for the timer to start.
    But its not as easy as moving the tTimer.Start to the wbBrowser.DocumentCompleted event, because i need this only on that refresh instance.
    I mean only to happen like that when the refresh method is called from inside the sub something.

    Did i make my self clear?
    Because its a bit hard to explain lol

    Well, thanks in advance.
    Last edited by juanchoc; Dec 5th, 2005 at 12:27 AM.

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