WebBrowser control and Ajax requests
-
Hello everyone! I'm using a WebBrowser control in my app to load a page that updates its content dynamically via Ajax. I need to access the updated content to do some processing, but since the calls are made with Ajax the page doesn't get refreshed and thus the DocumentComplete event doesn't fire. Is there a way to get notified when a call is made using the XMLHttpRequest object? Some event fires maybe? Any help will be appreciated, TIA Kenia
Kenia
-
Hello everyone! I'm using a WebBrowser control in my app to load a page that updates its content dynamically via Ajax. I need to access the updated content to do some processing, but since the calls are made with Ajax the page doesn't get refreshed and thus the DocumentComplete event doesn't fire. Is there a way to get notified when a call is made using the XMLHttpRequest object? Some event fires maybe? Any help will be appreciated, TIA Kenia
Kenia
This topic might helps.But you have to be familar with COM interoparability to try it. :)