举报
guicreate('test', 400, 400, -1, -1, 0) guisetstate() msgbox(0,'', 'test')
您需要 登录 才可以下载或查看,没有账号?加入
#include <WindowsConstants.au3> GUICreate('Test', 400, 400, -1, -1, $WS_SYSMENU, $WS_MAXIMIZEBOX) GUISetState() While 1 If GUIGetMsg() = -3 then Exit WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-20 16:04 , Processed in 0.093678 second(s), 21 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.