InetGet('http://www.autoitx.com/attachment.php?aid=MjIwMTZ8', 'mm.jpg') ;下载图片
Local $hGui = GUICreate('', 1049, 589, -1, -1, 0x80880000, 0x00000008 + 0x00000080)
Local $iPic = GUICtrlCreatePic('mm.jpg', 0, 589 - 1462, 1049, 1462)
GUISetState()
For $i = 589 - 1462 To 0 Step 3
Sleep(1)
ControlMove($hGui, '', $iPic, Default, $i)
Next
Sleep(1000)
GUICtrlCreateLabel(BinaryToString("0xC9ABC0C7A3A120BFB4B9BBC3BBA3BF"), 350, 150, 300, 30)
GUICtrlSetColor(-1, 0x00ff00)
GUICtrlSetFont(-1, 20, 800)
GUICtrlSetBkColor(-1, -2)
Sleep(2000)
|