Browse by Tags

Sorry, but there are no more tags available to filter with.
  • KeyboardHook: MessageBox.Show freezes GUI

    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...
    Posted to Smart Device Framework (Forum) by thomask on 11-17-2009
  • Using KeyboardHook to set an event as handled

    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...
    Posted to Smart Device Framework (Forum) by creid on 01-26-2009
Page 1 of 1 (2 items)