Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable special keys (ctrl-c, ctrl-v, tab, delete) Windows.Form.WebBrowser Control

I have a Window.Form that has a WebBrowser control on it. How do you enable the control to process special keys like the Tab key for navigating between controls?

I've seen answers for doing this in activeX and mfc controls but not for the .NET control.

Thanks

like image 993
RJay75 Avatar asked Nov 19 '25 04:11

RJay75


1 Answers

The Windows.Forms WebBrowser control is a wrapper on the activex control. You have the property WebBrowserShortcutsEnabled (MSDN Link), however, that should be true by default.

like image 130
Jcl Avatar answered Nov 20 '25 17:11

Jcl



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!