How to detect double click on WebBrower control?

Posted by Tim Murphy on Stack Overflow See other posts from Stack Overflow or by Tim Murphy
Published on 2010-05-13T11:34:44Z Indexed on 2010/05/13 13:24 UTC
Read the original article Hit count: 242

In a WinForms application I need to detect when the contents of a System.Windows.Forms.WebBrowser is double clicked which in turn opens custom winform dialog box.

I note that WebBrowserBase disables the Control.DoubleClick event but I've not worked out how to override this behaviour.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about webbrowser