您需要 登录 才可以下载或查看,没有账号?加入
举报
Local $width = 300 Local $height= 60 Local $hGui = GUICreate('', $width, $height, -1, -1, 0x90010200, 0x00000008) Local $hlab = GUICtrlCreateLabel('正在免疫: c:\autorun.inf' ,$width / 3.6 ,$height / 2.5 ) GUICtrlCreateGraphic(0, 0, $width, $height) GUICtrlSetColor(-1, 0) GUISetBkColor(0xd9ffff ,$hGui) while 1 if GUIGetMsg() + 3 = 0 then Exit WEnd
;~ SplashTextOn("标题", "文本" [, 宽度 [, 高度 [, X 坐标 [, Y 坐标 [, 选项 [, "字体名" [, 字体大小 [, fontwt ]]]]]]]]) SplashTextOn("标题", "正在免疫:c:\autorun.inf" ,300 ,60 , Default ,Default, 1) Sleep(5000)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2026-6-10 07:02 , Processed in 0.076085 second(s), 25 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2026 Discuz! Team.