|
-
Jun 19th, 2005, 01:46 PM
#1
Thread Starter
PowerPoster
Waiting on WebBrowser
I've seen a number of solutions to wait on a webbrowser to finish loading.
Most work poorly.
This works both in an Online and OffLine Mode.
Do Until WebBrowser1.ReadyState = READYSTATE_COMPLETE
DoEvents
Loop
-
Jun 19th, 2005, 02:09 PM
#2
Re: Waiting on WebBrowser
READYSTATE_COMPLETE, what is its value?
-
Jun 20th, 2005, 10:14 AM
#3
Thread Starter
PowerPoster
Re: Waiting on WebBrowser
|2eM!x
Its an Enum linked with the WebBrowser control so no value needed.
-
Jun 24th, 2005, 04:38 PM
#4
New Member
Re: Waiting on WebBrowser
Do you find that this works better than using the WebBrowser1.DocumentComplete event?
-
Jun 24th, 2005, 05:16 PM
#5
Lively Member
Re: Waiting on WebBrowser
-
Jun 24th, 2005, 06:21 PM
#6
New Member
Re: Waiting on WebBrowser
What procedure would you suggest using it in?
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
|