梦想吧技术论坛's Archiver

似水年华 发表于 2007-4-22 05:56 PM

AU3----QQ登陆广告

[code]
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()
[/code]

页: [1]

Powered by Discuz! Archiver 7.0.0  © 2001-2009 Comsenz Inc.