【示例】MsgBox倒计时的三种方法

;MsgBox内容的20秒倒计时
Secs := 20
SetTimer, CountDown, 1000
MsgBox, 1, 电脑关机, 自动关机 倒计时 %Secs% 秒?, %Secs%
SetTimer, CountDown, Off

;;;IfMsgBox Ok
;;;Shutdown, 8
Return

CountDown:
Secs -= 1
ControlSetText,Static1,自动关机 倒计时 %Secs% 秒?,电脑关机 ahk_class #32770
Return

/*
;MsgBox标题的20秒倒计时
Secs := 20
SetTimer, CountDown, 1000
MsgBox, 1, 电脑关机 倒计时 20 秒, 允许自动关机?, %Secs%
SetTimer, CountDown, Off

;IfMsgBox Ok
;Shutdown, 8
Return

CountDown:
Secs -= 1
WinSetTitle, 电脑关机 倒计时,, 电脑关机 倒计时 %Secs% 秒 
Return
*/

/*
;Tooltip的20秒倒计时
Loop 20
{
ToolTip, % 21 - A_Index ; if you just use A_Index it starts at 1 2 3 etc
Sleep 1000
}
Tooltip, 0
*/

给TA捐赠
共{{data.count}}人
人已捐赠
其他

【模板】托盘菜单+自定义热键+ini生成

2021-12-2 11:53:35

其他案例

【示例】等待新窗口直取ID

2021-12-2 11:53:49

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索