|
-
Mar 23rd, 2002, 10:16 PM
#1
Thread Starter
New Member
how do i say something like..
In need to be able to say something like
Wait untill webbrowser1 has finished loading then execute the next bit of code...
i can't use the webbrowser_documentcomplete or anything like that because this code is only need at selected times..
thankz
-
Mar 23rd, 2002, 10:41 PM
#2
Maybe:
Place a Boolean 'Flag' in the WebBrowserDocumentComplete (whatever it is)
event...
The u can check the flag in the other routine.
-
Mar 23rd, 2002, 11:29 PM
#3
Thread Starter
New Member
yep, thats pretty much the same as webbrowser.busy = False right?
sample:
if webbrowser1.busy = True Then
Wait?!??!?! Untill webbrowser1.busy = False
just can't figure out the last part..
-
Mar 23rd, 2002, 11:49 PM
#4
The picture isn't missing
do until web1.busy = false
doevetns
loop
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Mar 24th, 2002, 12:00 AM
#5
Thread Starter
New Member
perfect, works 
thanks
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
|