$frm1=GUICreate("Time", 250, 140)
$Label = GUICtrlCreateLabel(" ", 10, 110, 135, 17) ;同上
GUISetState()
AdlibEnable("time",1000)
While 1
Sleep(500)
WEnd
Func time()
GUICtrlSetData($Label, "现在时刻: " & @HOUR & ":" & @MIN & ":" & @SEC)
EndFunc
posted on 2008-01-19 10:40
疾风随影 阅读(2516)
评论(0) 编辑 收藏 引用 所属分类:
AutoIT column