O Ofer B. Dec 25, 2003 #1 Hi How can I know at run time if my application is running under PPC 2002 or 2003 (C#) Thaks Ofer
M Maarten Struys, eMVP Dec 25, 2003 #2 You should be able to make use of Environment.OSVersion. In the case of PPC 2002 (and PPC 2000) the OSVersion is 3.0, in case of PPC 2003 it is 4.2.
You should be able to make use of Environment.OSVersion. In the case of PPC 2002 (and PPC 2000) the OSVersion is 3.0, in case of PPC 2003 it is 4.2.
A Alex Yakhnin Dec 26, 2003 #3 Take a look here: http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=462 -Alex