#include <GUIConstants.au3> ;暂停三秒调出一个窗口 While 1 Sleep(3000) _tsmain() WEnd func _tsmain() GUICreate("My GUI") ; 创建一个居中的空白窗口 GUISetState (@SW_SHOW) ; 显示空白窗口 ; ; 运行脚本直到窗口被关闭 While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend endfunc
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-1-13 17:08 , Processed in 0.069986 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.