ProgressOn("shipin","anzhuang",'',@DesktopWidth/2-150,@DesktopHeight/2-150,1) For $i = 10 To 100 Step 10 Sleep(1000) ProgressSet( $i, $i & " %") Next ProgressSet(100 , "完成", "Complete") Sleep(500) ProgressOff() Sleep(5000)
举报
Local $htime = TimerInit() Local $i = 0 ProgressOn("shipin","anzhuang",'',@DesktopWidth/2-150,@DesktopHeight/2-150,1) While True $i += 10 ProgressSet( $i, $i & " %") If $i = 100 Then $i = 0 If TimerDiff($htime)/1000 >= 5 Then ExitLoop Sleep(100) WEnd ProgressSet(100 , "完成", "Complete") ProgressOff()
查看全部评分
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-25 22:31 , Processed in 0.089496 second(s), 27 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.