#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> Opt('MustDeclareVars', 1) ;----- 示例 1 ---- Local $msg GUICreate("我的图片窗", 640, 480, -1, -1) GUICtrlCreatePic("E:\临时\3mm.jpg", 0, 0, 640, 480,-1,0x00100000) GUISetState() While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop WEnd
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-15 21:10 , Processed in 0.076909 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.