Is there a programmatic way to figure out if a device is WinMobile o开发者_运维百科r WinCE in .NET Compact Framework 3.5? Is there some property somewhere?
See the Microsoft.WindowsCE.Forms.SystemSettings.Platform
Property. It will tell you if you're running on Generic CE or WinMo.
精彩评论