#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $Form1 = GUICreate("", 300, 200, 192, 124) GUISetState() While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $GUI_EVENT_DROPPED MsgBox(0, "", "正在拖动", 1) EndSwitch WEnd
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-13 17:53 , Processed in 0.074656 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.