i have to display current time as my form title.

TimSecondsToDateTime (TimGetSeconds (), &dateTime);
 TimeToAscii (dateTime.hour, dateTime.minute, tfColon, label);
 FrmCopyTitle (FrmGetActiveForm (), label);
 
 
i have used the above code
but its showing error
won't it work with emulator?
 
 
 
 
regrds
reshma


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to