manys518 发表于 2009-1-19 13:09:54

菜鸟 不明白

源码:

run ("CoralQQ.exe") Sleep(2000)

$destination = @TempDir & "\start.gif" FileInstall("d:\start.gif", $destination) ;source must be literal string

SplashImageOn("窗口标题", $destination,254 ,157 ,765 ,580 ,1 ) Sleep(15000) SplashOff()

;参考文档地址 ;AutoIt3中文帮助文档-梦想吧|WwW.Dreams8.Com ;http://cnc.dreams8.com/autoit/ ;很希望学习交流AU3,MYQQ:1120521

就这么几行,不明白的跟贴。。

anchie 发表于 2009-1-19 13:48:46

run ("CoralQQ.exe")
Sleep(2000)

$destination = (@TempDir & "start.gif")
FileInstall("d:start.gif", $destination) ;source must be literal string

SplashImageOn("窗口标题", $destination,254 ,157 ,765 ,580 ,1 )
Sleep(15000)
SplashOff()


你的格式不对

liongodmien 发表于 2009-1-19 15:35:04

看帮助
不可用变量

sxd 发表于 2009-1-19 15:38:30

是复制代码的时候 格式乱掉了 没换行

wangwen916 发表于 2009-1-19 16:48:39

这样的错误呵...........
页: [1]
查看完整版本: 菜鸟 不明白