Handling key events on WebBrowser control?
问题 Currently I am using an application which play ppt and flash in WebBrowser Control. In WebBrowser I am able to hide context menu by using this.IsWebBrowserContextMenuEnabled = false; and capture key event by using this.PreviewKeyDown += new PreviewKeyDownEventHandler(IWebBrowser_PreviewKeyDown); but while playing the ppt , both context menu and keypress events are not functioning i.e. I can see context menu and arrow key force the ppt to change the slide. Again while playing flash, context