Ovi Tisler
Ovi Tisler

Reputation: 6463

How do you check if a device is running Windows CE or Windows Mobile?

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

Answers (1)

ctacke
ctacke

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

Related Questions