How can I check the CF version run in my WinCE device?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
Can I know what is the CF version run in WinCE5.0? And how can I check the
CF version in WinCE5.0?

thanks
 
On the PDA navigate to the folder \Windows and click on the cgacutil file,
this tells you what version you have installed.
 
Joseph said:
On the PDA navigate to the folder \Windows and click on the cgacutil file,
this tells you what version you have installed.
Programmatically, you can make a call to
System.Environment.Version.ToString()
 
Back
Top