|
-
Nov 5th, 2000, 10:26 PM
#1
Thread Starter
Member
How can I tell if the window is done loading or if it's busy, to delay a task until it has finished? Also can this be done w/ the inet control(if an url is done loading)? If so can anyone give me some code for this?
-
Nov 6th, 2000, 08:15 AM
#2
Internet Explorer and the Web Browser control have an event called DocumentComplete that is raised when a web page is completly loaded.
The Web Browser control also has a read only property called Busy that returns True if it is.
The INet control has an event called StateChanged which get a State argument you can check. Look up the event in MSDN library for a complete list of the different states.
Best regards
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
|