Hi all,
how to identify the version of windows mobile?
Thanks for your response
Best regards,
Ugo
// Check Windows Mobile version
#include "FWCE.ch"
function Main()
local aVersion := GetVersion()
MsgInfo( "Major version: " + Str( aVersion[ 1 ] ) + CRLF + ;
"Minor version: " + Str( aVersion[ 2 ] ) + CRLF + ;
"Build number: " + Str( aVersion[ 3 ] ) + CRLF + ;
"Platform Id: " + Str( aVersion[ 4 ] ) )
return nil
Return to FiveWin for Pocket PC
Users browsing this forum: No registered users and 24 guests