|
-
Dec 4th, 2005, 07:11 PM
#1
Thread Starter
Junior Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|