Detect Tablet PC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eolsson
    New Member
    • Oct 2006
    • 1

    Detect Tablet PC

    I have a .NET application and have added handwriting (via the PenInputPanel class) for users with Tablet PCs. The problem I'm having is that if I call this class it throws a runtime error if the application is not on a Tablet PC.

    My question is how do I detect if it is a Tablet PC? I checked the OS and they are identical (i.e. 5.1.2600 Service Pack 2) between a TabletPC and non Tablet PC.

    Thanks
    Eric
  • anaphaxeon
    New Member
    • Oct 2006
    • 30

    #2
    System.Environm ent.OSVersion

    Comment

    Working...