Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Forms Coding
how to slowdown or pause a loop waiting for a web page to load?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Daniel M, post: 1864365"] OK i created a dummy form for testing. It contains 1 command button and the web control. here is the code. Private Sub Command1_Click() With Me.wbbWebsite .Navigate URL:="[URL="http://www.microsoft.com"]www.microsoft.com[/URL]" Do While .Busy DoEvents Loop End With With Me.wbbWebsite .Navigate URL:="[URL="http://www.google.com"]www.google.com[/URL]" Do While .Busy DoEvents Loop End With MsgBox "done" End Sub Now what i would like to see is the first web page (microsoft) finish loading before the second page loads (google). What happens is msgbox pops up immediately. Then the second page loads. I never see the first page. Thanks. dm. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Forms Coding
how to slowdown or pause a loop waiting for a web page to load?
Top