afan超版您好,能否播放单个的GIF动画出图片吗? 回复afan
afan超版您好,能否播放单个的GIF动画出图片吗?
dnvplj 发表于 2016-3-12 21:18 http://www.autoitx.com/images/common/back.gif
虽然看不懂你的中文…
http://www.autoitx.com/thread-32938-1-1.html 本帖最后由 dnvplj 于 2016-3-13 22:31 编辑
回复 6# afan
感谢超版的回复,我的意思是下面代码中要达到的效果,版主费心了。#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
FileInstall("Setup.gif", @TempDir & "\Setup.gif")
$Form1 = GUICreate("Form1", 615, 438, 192, 124)
$Label1 = GUICtrlCreateLabel("Label1", 48, 48, 66, 17)
$Radio1 = GUICtrlCreateRadio("Radio1", 48, 144, 66, 33)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Radio1
_Setgif()
EndSwitch
WEnd
Func _Setgif();播放GIF图片
1、设置图片位置及大小
2、播放GIF图片
3、停止播放
4、隐藏图片
EndFunc ;==>_Setgif 回复 6# afan
写的代码始终精小强悍
页:
1
[2]