How to determine when a page is done loading in .NET 2.0 WebBrowse

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ok, I know there's an answer out there somewhere, but it's getting very
frustrating.....


The DocumentCompleted fires for each frame... how do you tell when the
entire document is done?
 
Joe,

Take note of the URL that contains the frameset, and check that against
the URL that is given to you through the Url property in the
WebBrowserDocumentCompletedEventArgs passed to you in the event handler.

Hope this helps.
 
Back
Top