C# Smartphone VS2005 -- Checking for keyboard type at runtime? (Qwerty or Numeric)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coltsith
    New Member
    • Jul 2007
    • 2

    C# Smartphone VS2005 -- Checking for keyboard type at runtime? (Qwerty or Numeric)

    Any suggestions on how I can check the keyboard type during runtime?

    Any p/invoke methods or dlls? I'm using Windows Mobile 5, and .Net Compact Framework 2.0.

    Thanks a lot
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by coltsith
    Any suggestions on how I can check the keyboard type during runtime?

    Any p/invoke methods or dlls? I'm using Windows Mobile 5, and .Net Compact Framework 2.0.

    Thanks a lot
    See if any of the method exposed in keybddr.h will help you out. Take a look here http://msdn2.microsoft.com/en-us/library/aa932012.aspx

    Comment

    Working...