Project1

标题: 请问如何打开网页? [打印本页]

作者: sukalink    时间: 2009-11-11 16:47
提示: 作者被禁止或删除 内容自动屏蔽
作者: ML4455739    时间: 2009-12-30 22:15
MS只有XP才能呢..

才发现自己第一次没挖坟
作者: DeathKing    时间: 2009-12-31 13:32
在事件编辑中【脚本】,键入以下内容:
  1. a = Win32API.new('shell32.dll','ShellExecuteA',%w(p p p p p i),'i')
  2. a.call(0, 'open','file:///文件路径',0, 0, 1)
复制代码
比如打开D盘的和D盘的DK.txt就是这样:
  1. a = Win32API.new('shell32.dll','ShellExecuteA',%w(p p p p p i),'i')
  2. a.call(0, 'open','file:///D:/',0, 0, 1)
  3. a.call(0, 'open','file:///D:/DK.txt',0, 0, 1)
  4. a.call(0, 'open','http://myyxs.5d6d.com',0, 0, 1) # 这个是广告,表示HTTP格式可用
复制代码
注意,这样会使程序失焦(失去焦点){:nm_6:}。
有问题到广告打开的那个网站找我。




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1