Known issues with WebBrowser control?
-
Hi I am working with windows application where i have webbrowser control which will display the report(html) page on webbroser control. I have two panels one will show the test execution and other will show the test results. So once the test execution is finished i am loading the report (html) page into the second panel's webbrowser control and showing that panel. In between the tranisition from one panel to other panel i am trying to display one messagbox showing that whether test execution passed or failed. But some times Messagebox doesn't respond to click event (its hanging). when i analyzed the issue during that hanging time WebBrowser.DocumentCompleted Event is happening. When i googled thru the interenet i came to know that WebBrowser having some knowns issues. can anybody tell me whether WebBrowser.DocumentCompleted Event will hide all the windows events (i.e. click).. is it the reason why message box click didn't respond? Also please tellme is there any other know issues on WebBrowser control! Thanks Srini
-
Hi I am working with windows application where i have webbrowser control which will display the report(html) page on webbroser control. I have two panels one will show the test execution and other will show the test results. So once the test execution is finished i am loading the report (html) page into the second panel's webbrowser control and showing that panel. In between the tranisition from one panel to other panel i am trying to display one messagbox showing that whether test execution passed or failed. But some times Messagebox doesn't respond to click event (its hanging). when i analyzed the issue during that hanging time WebBrowser.DocumentCompleted Event is happening. When i googled thru the interenet i came to know that WebBrowser having some knowns issues. can anybody tell me whether WebBrowser.DocumentCompleted Event will hide all the windows events (i.e. click).. is it the reason why message box click didn't respond? Also please tellme is there any other know issues on WebBrowser control! Thanks Srini
I've never heard of any.