mamartin

mamartin

Postby mamartin » Thu Jun 22, 2006 7:32 am

Hola!

Me gustaría saber si hay alguna función que nos devuelva la versión del sistema operativo que esta instalado en nuestra Pocket PC.

Muchas gracias.
mamartin
 
Posts: 12
Joined: Tue Feb 28, 2006 9:41 am

Postby Antonio Linares » Thu Jun 22, 2006 10:01 am

Miguel Angel,
Code: Select all  Expand view
#include "FWCE.ch"

function Main()

   local aVer := GetVersion()
   
   MsgInfo( "Windows Version : " + Str( aVer[ 1 ], 3 ) + "." + ;
            AllTrim( Str( aVer[ 2 ], 3 ) ) )
   
return nil   
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41898
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby mamartin » Thu Jun 22, 2006 10:16 am

Muchas gracias
mamartin
 
Posts: 12
Joined: Tue Feb 28, 2006 9:41 am

Postby Antonio Linares » Thu Jun 22, 2006 10:30 am

de nada :)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41898
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin para Pocket PC

Who is online

Users browsing this forum: No registered users and 20 guests