PC Review


Reply
Thread Tools Rate Thread

Checking Pocket PC version

 
 
=?Utf-8?B?SWFu?=
Guest
Posts: n/a
 
      23rd Nov 2004
Possibly a stupid question...

How can you check which version of Pocket PC is installed on a device? Eg.
2003 or 2002. I don't mean programatically, I mean how does the user
manually check?

The Settings>About utility does report a version no. (eg. 3.0.11171). Can
you tell from that if it's 2002 or 2003?

There are two devices on a customer site and i need the customer to check
what version they have.

Thanks.
 
Reply With Quote
 
 
 
 
Peter Foot [MVP]
Guest
Posts: n/a
 
      23rd Nov 2004
Pocket PC 2002 will return a version 3.0.x as it is based on Windows CE 3.0.
Pocket PC 2003 will return a version 4.2.x as it is built on top of Windows
CE.NET 4.2

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

"Ian" <(E-Mail Removed)> wrote in message
news:C55ED6B6-ADF4-486E-A31E-(E-Mail Removed)...
> Possibly a stupid question...
>
> How can you check which version of Pocket PC is installed on a device?
> Eg.
> 2003 or 2002. I don't mean programatically, I mean how does the user
> manually check?
>
> The Settings>About utility does report a version no. (eg. 3.0.11171). Can
> you tell from that if it's 2002 or 2003?
>
> There are two devices on a customer site and i need the customer to check
> what version they have.
>
> Thanks.



 
Reply With Quote
 
Rick
Guest
Posts: n/a
 
      24th Nov 2004
Ian,

How about something like this:

If Environment.OSVersion.Version.Major = 3 Then
' PPC2002
ElseIf Environment.OSVersion.Version.Major = 4 Then
If Environment.OSVersion.Version.Minor < 21 Then
' PPC2003
Else
' PPC2003SE
End If
End If

HTH ... Rick



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BCM 2007 for Pocket PC: German version? runner Microsoft Outlook BCM 0 21st Mar 2008 09:26 AM
Finding the OS version of Pocket PC =?Utf-8?B?LU1U?= Microsoft Dot NET Compact Framework 2 2nd May 2006 08:33 PM
Pocket PC Version numbers Ignacio Machin \( .NET/ C# MVP \) Microsoft Dot NET Compact Framework 1 7th Apr 2005 09:22 PM
Pocket PC version numbers? Hilton Microsoft Dot NET Compact Framework 2 24th Jan 2005 03:05 AM
Pocket PC Version Y. Sivaram Microsoft Dot NET Compact Framework 0 19th Feb 2004 04:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:53 AM.