How to provide KeyPress event to WebBrowser control?
- by Pritorian
Hi all, i really need to catch "ESC" key press while focus is on WebBrowser control.
I tried something like this:
(webControl as Control).KeyPress += new KeyPressEventHandler(MyKeyPressEventHandler);
But it doesnt work. The method is not called. I tried some methods, described here, but dont get any result ( Help, please.