Sorry, but there are no more tags available to filter with.
-
When using the OpenNETCF.Windows.Forms.KeyboardHook class, I struggle with an problem which can be reproduced with the following minimal example: using System.ComponentModel; using System.Windows.Forms; using OpenNETCF.Windows.Forms; namespace KeyboardHookCf { public partial class Form1 : Form { private...
-
I am successfully using KeyboardHook in SDF 2.3 to trap certain keystrokes. In my application, I want to be able to "handle" a keystroke using my code, and not have the operating system process it. I have tried setting the KeyCode to 0, but that does not seem to do anything. Can anyone help...
Page 1 of 1 (2 items)