举报
#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> Example1() Func Example1() Local $msg GUICreate("My GUI",450,394,-1,-1,$WS_POPUP) GUISetState(@SW_SHOW) While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop WEnd GUIDelete() EndFunc
查看全部评分
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2026-5-2 16:21 , Processed in 0.066635 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2026 Discuz! Team.