Reputation: 6463
Is there a programmatic way to figure out if a device is WinMobile or WinCE in .NET Compact Framework 3.5? Is there some property somewhere?
Upvotes: 3
Views: 555
Reputation: 67168
See the Microsoft.WindowsCE.Forms.SystemSettings.Platform
Property. It will tell you if you're running on Generic CE or WinMo.
Upvotes: 5