Wednesday, September 03, 2008
Here's another quick peek at an upcoming class in the next release of the SDF:

Object Model

keyhook2.PNG

Usage

    private KeyboardHook m_keyHook;
    
    public Form1()
    {
      m_keyHook = new KeyboardHook();
      m_keyHook.KeyDetected += OnKeyDetected;
      m_keyHook.Enabled = true;
    }

    void OnKeyDetected(OpenNETCF.Win32.WM keyMessage, KeyData keyData)
    {
      // Do Stuff
    } 


Sample App in the SDF

keyhook1.PNG

9/3/2008 1:40:08 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [1]  | 
9/15/2008 7:39:56 AM (Eastern Daylight Time, UTC-04:00)
Hi
When will this be released? Can I have a compiled preview for tests?
Will it work with Modal Windows?
BR
Daniel
Daniel Siegl
Name
E-mail
Home page

Comment (HTML not allowed)  

Enter the code shown (prevents robots):