Hi All,
I have one requirement where in i hava a form on which i have one WebBrowser control. I need to check the Mouse down operation user performs on the WebBrowser control I.e in the opened WebPage. Basically an event should be generated when the user performs the MouseDown/MouseClick operation. In this scenario i dont want to use Documentcompleted as i need to perform some checks before page goes in to Documentcompleted event. Please tell me how can i accompolish this since webbrowser control as such dont have MouseDown event.
Also i have tried with AxWebBrowser which has MouseClick event but while running it gives me an Innertext Exception. I came across some code snippets which deals with same kinda issue but i could not digest it completely since it involves mshtml and extensions.
Please help me solve this
Thanks
Vinod
I have one requirement where in i hava a form on which i have one WebBrowser control. I need to check the Mouse down operation user performs on the WebBrowser control I.e in the opened WebPage. Basically an event should be generated when the user performs the MouseDown/MouseClick operation. In this scenario i dont want to use Documentcompleted as i need to perform some checks before page goes in to Documentcompleted event. Please tell me how can i accompolish this since webbrowser control as such dont have MouseDown event.
Also i have tried with AxWebBrowser which has MouseClick event but while running it gives me an Innertext Exception. I came across some code snippets which deals with same kinda issue but i could not digest it completely since it involves mshtml and extensions.
Please help me solve this
Thanks
Vinod