How to block shortcuts
C#
2
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I'm using component WebBrowser in my Windows Forms application (Framework 2.0), thus I need to block WebBrowser shortcuts (such as F5). When I set WebBrowserShortcutsEnabled property to false, all shortcuts are blocked, but also it blockes "Delete" key. Is there simple way to block "F5" without blocking "Delete"? Thanks in advance. Best regards, Alexey.
-
Hi all, I'm using component WebBrowser in my Windows Forms application (Framework 2.0), thus I need to block WebBrowser shortcuts (such as F5). When I set WebBrowserShortcutsEnabled property to false, all shortcuts are blocked, but also it blockes "Delete" key. Is there simple way to block "F5" without blocking "Delete"? Thanks in advance. Best regards, Alexey.