找回密码
 加入
搜索
查看: 2090|回复: 4

[系统综合] [已解决]请教系统复制这个图标在哪?

[复制链接]
发表于 2010-8-24 20:15:01 | 显示全部楼层 |阅读模式
本帖最后由 itljl 于 2010-8-24 21:27 编辑

请教系统复制这个图标在哪? 谢谢。



只是文件飞来飞去那个应该是GIF,或者avi,有兄弟知道在吗?

如果调用在AU3界面上,还是蛮好玩的。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?加入

×

评分

参与人数 1金钱 +10 收起 理由
pusofalse + 10 感谢主动给标题加“已解决”字样。

查看全部评分

发表于 2010-8-24 20:25:22 | 显示全部楼层
在shell32.dll里面...reshack可以改... 名字我忘记了- - 你百度下试试 是个avi资源

评分

参与人数 1金钱 +20 收起 理由
afan + 20

查看全部评分

发表于 2010-8-24 20:38:56 | 显示全部楼层
额。。。这个东西。。我喜欢。。我也去找找看。
发表于 2010-8-24 21:19:00 | 显示全部楼层
#include <GUIConstantsEx.au3>

Opt('MustDeclareVars', 1)

Example()

Func Example()
    Local $ani1, $buttonstart, $buttonstop, $msg

    GUICreate("My GUI Animation", 360, 200)
    $ani1 = GUICtrlCreateAvi(@SystemDir & "\shell32.dll", 165, 50, 10)

    $buttonstart = GUICtrlCreateButton("开始", 100, 150, 70, 22)
    $buttonstop = GUICtrlCreateButton("停止", 200, 150, 70, 22)

    GUISetState()

    ; 运行界面,直到窗口被关闭
    While 1
        $msg = GUIGetMsg()

        Select
            Case $msg = $GUI_EVENT_CLOSE
                ExitLoop

            Case $msg = $buttonstart
                GUICtrlSetState($ani1, 1)

            Case $msg = $buttonstop
                GUICtrlSetState($ani1, 0)

        EndSelect
    WEnd
EndFunc   ;==>Example

评分

参与人数 1金钱 +30 贡献 +2 收起 理由
afan + 30 + 2

查看全部评分

 楼主| 发表于 2010-8-24 21:26:54 | 显示全部楼层
jhun 发表于 2010-8-24 21:19



    帅,Thanks,
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-10-3 10:40 , Processed in 0.086903 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表