I\'m using .NET WebBrowser control. How do I know when a web page is fully loaded?
I want to know when the browser is not fetching any more data. (The moment when IE
How about using javascript in each frame to set a flag when the frame is complete, and then have C# look at the flags?