Webbrowser Control Document complete for AJAX based sites

  • Thread starter nupur.agarwal29
  • 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top