Hi all,
is it possible to set the system time from within my app ?
(i am connected to an GPS system and want to have the same time on my handheld)
Best regards
Wolfgang Ciriack
Wolfgang Ciriack
Hi all,
is it possible to set the system time from within my app ?
(i am connected to an GPS system and want to have the same time on my handheld)
#include "FWCE.ch"
function Main()
SetTime( 11, 15, 00, 00 ) // 11:15 (0 secs, 0 millisecs)
return nilThanks Antonio, that is quite simple ![]()