Capturing AJAX events in Webbrowser control
Hi,
I am using System.Windows.Forms.Webbrowser control in my application. For the Ajax based sites like live.com, the webbrowser control processes and renders the javascript requests, even after the DocumentComplete event is fired, because of which I get incorrect scrollHeight and scrollWidth of the document.
Is there any way to tell if the webbrowser is still processing XMLHttpRequests and javascript?
Thanks,
Nupur

