举报
A版帮看看,当下句把400改成小于100时好像失效, 300的没有问题,是否au3的问题? $hGUI = GUICreate('T ... 奥斯丁 发表于 2010-7-28 15:46
#NoTrayIcon #include <WindowsConstants.au3> $Form1 = GUICreate("test", 473, 205, -1, 235, Default, $WS_EX_TOPMOST) GUISetState(@SW_SHOW) $Form2 = GUICreate("test1", 473, 175, -1, 265, $WS_POPUP, $WS_EX_TOPMOST, $Form1) $Button1 = GUICtrlCreateButton("Button1", 104, 56, 75, 25) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case -3 Exit Case $Button1 MsgBox(64, "", "", -1, $Form2) EndSwitch WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-7-8 13:24 , Processed in 0.120288 second(s), 14 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.