Finding the OS version of Pocket PC

G

Guest

Hello,

I want to find the OS version of the Pocket PC programmatically.
Please provide me with code to do this.

Thanks!!
 
P

Peter Foot [MVP]

from .NETCF:-

System.Environment.OSVersion.Version

This will be the CE version - the way these map to Pocket PC are:-
3.0 - 2000/2002
4.20 - 2003
4.21 2003SE
5.01 - v5.0

Peter
 
G

Guest

Thank you

Peter Foot said:
from .NETCF:-

System.Environment.OSVersion.Version

This will be the CE version - the way these map to Pocket PC are:-
3.0 - 2000/2002
4.20 - 2003
4.21 2003SE
5.01 - v5.0

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top