本帖最后由 小白玩家 于 2011-12-1 14:53 编辑 http://115.com/file/aq1g96cl 小白玩家于2011-12-1 12:17补充以下内容: 竟然你问了,我也只能回答了 打开QQ的方法雷同 只是改地址而已 右键QQ属性,你看看qq的地址是多少,复制过来,我的地址是D:\QQ\Bin\QQ.exe 所以如图,你自己的地址哦,别套用我的 |
1.jpg (24.54 KB, 下载次数: 7)
$bb_66rpg = Win32API.new('shell32.dll','ShellExecuteA',%w(p p p p p i),'i') $bb_66rpg.call(0, 'open', 'http://www.66rpg.com',0, 0, 1)#把網址改成自己的就好了 |
上面的代码 system改掉 `explorer.exe http://www.66rpg.com` `explorer.exe \"http://wpa.qq.com/msgrd?Uin=" + "977590559" + "\"` 或者用API打开网页 类似: shell_exec = Win32API.new('shell32.dll','ShellExecuteA',%w(p p p p p i),'i') url = "http://www.66rpg.com" shell_exe.call(0, 'open', link_string, 0, 0, 1) |
用编程思想就好了 在事件中调用脚本 打开网页
|
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-27 23:58
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.