Wednesday, December 19, 2007

Tip: How to know the OS version of your Windows Mobile device

You can use the OSVersion property from the Environment class to obtain the OS version number of your Windows Mobile device, like this:

Dim OS As OperatingSystem
OS = Environment.OSVersion
MsgBox(OS.ToString)

No comments: