举报
#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> FileInstall("C:\Documents and Settings\Administrator\桌面\w.jpg", @AppDataDir & "\ii.jpg") GUICreate("My GUI") GUISetState(@SW_SHOW) GUICtrlCreatePic(@AppDataDir & "\ii.jpg", 16, 192, 33, 33) While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then FileDelete(@AppDataDir & "\ii.jpg") ExitLoop Endif WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-25 07:59 , Processed in 0.098273 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.