P
Peter Kron
I'd like to use the tablet buttons for navigation on a WinForms control I'm
writing, which will be hosted by IE.
However, the tablet buttons are typically mapped to VK_UP and VK_DOWN which
get trapped by the control for scrolling and don't generate OnKeyDown
events. To get at them, you typically override ProcessCmdKey. The problem is
that this requires UIPermission.AllWindows and you don't get that with a
control downloaded by IE.
Is there a way to handle these buttons without requiring more than the
default Internet CAS trust?
Thanks
writing, which will be hosted by IE.
However, the tablet buttons are typically mapped to VK_UP and VK_DOWN which
get trapped by the control for scrolling and don't generate OnKeyDown
events. To get at them, you typically override ProcessCmdKey. The problem is
that this requires UIPermission.AllWindows and you don't get that with a
control downloaded by IE.
Is there a way to handle these buttons without requiring more than the
default Internet CAS trust?
Thanks