Webbrowser Control Document complete for AJAX based sites

  • Thread starter Thread starter nupur.agarwal29
  • Start date Start date
N

nupur.agarwal29

Hi all,

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
 
Back
Top