您需要 登录 才可以下载或查看,没有账号?加入
举报
#NoTrayIcon Global Const $iSeconds = 60000;多久显示笨窗口,这是时间,6W等一分钟,自己改 Global $iBeginTime = TimerInit() While 1 If TimerDiff($iBeginTime) >= $iSeconds Then MsgBox(4096, "提示", "系统安装完成,可以使用了!",3);3秒显示该窗口,你自己改 $iBeginTime = TimerInit() EndIf Sleep(1000) WEnd
查看全部评分
#NoTrayIcon MsgBox(4096, "提示", "系统安装完成,可以使用了!",3);3秒显示该窗口,你自己改
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-25 06:40 , Processed in 0.075008 second(s), 21 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.