CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Aug 2009
    Posts
    7

    Browser Helper Objects - async requests

    Which HTMLDocument or WebBrowser events are fired on beggining of the AJAX request? I need to connect to it.
    I think that there will be no problem with event fired after completing AJAX request - it is onreadystatechange event.

    Maybe connecting to DownloadBegin and DownloadComplete events of webbrowser class would be solution? I saw that they are fired while async requests...
    When page does not use AJAX I am using BeforeNavigate2 and DocumentComplete events and they are working correctly.
    Last edited by krokodajl; November 16th, 2011 at 06:14 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured