Connecting Tech Pros Worldwide Help | Site Map

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

Newbie
 
Join Date: Jul 2007
Posts: 2
#1: Jul 20 '07
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's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,387
#2: Jul 24 '07

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


Quote:

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
Reply