Global $width = 398, $height = 286 $count = 0 While $count < 10 $Form1 = GUICreate("test", $width, $height, (@DesktopWidth - $width) / 2, (@DesktopHeight - $height) / 2) $Button2 = GUICtrlCreateButton("&Execute", 16, 242, 161, 33) GUISetState() Sleep(1000) GUIDelete($Form1) $count += 1 Sleep(1000) WEnd
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-15 12:41 , Processed in 0.141611 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.