Is there a way programmatically (C# perferred) to identify if a device is a touch screen? I've been looking in the namespaces of:
OpenNetCF
Microsoft.WindowsCE
Microsoft.WindowsMobile
and haven't found a method or property to call. Any ideas?
Thanks,
Sleepless In Arkansas
alcedes
NativeMethods.GetPlatformType() returns a string that will answer your question. For devices without a touch screen it returns "SmartPhone". For devices with a touch screen it returns "PocketPC"