PrivateSubTimer1_Timer()
DimhourAsInteger
DimminuteAsInteger
DimsecondAsInteger
hour=GetTickCount\1000\60\60
Label1.Caption=Str(hour) "小时"
minute=(GetTickCount-hour*60*60*1000)\1000\60
Label2.Caption=Str(minute) "分钟"
second=(GetTickCount-Val(Label1.Caption)*60*60*1000-Val(Label2.Caption)*60*1000)\1000
Label3.Caption=Str(second) "秒钟"
EndSub->
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!


