Results 1 to 2 of 2

Thread: internet explorer prob.

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    USA
    Posts
    37

    Exclamation

    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?

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    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
  •  



Click Here to Expand Forum to Full Width