ShellExecute(0分)

F

f950436

Unregistered / Unconfirmed
GUEST, unregistred user!
ShellExecute(handle,nil,pchar('www.delphibbs.com'),nil,nil,SW_SHOW)<br>&nbsp;怎么能在一个新的窗口打开浏览器吗
 
来自:nuke, 时间:1999-8-18 17:52:00, ID:126364 <br>用这个吧<br>command:=<br>'c:/boot.ini'<br>'mailto:yysun@263.net'<br>'http://www.gislab.ecnu.edu.cn'<br>....<br>通吃!<br><br>Shellexecute(handle,nil,pchar(Command),nil,nil,sw_shownormal);<br>&nbsp;<br>//以前的收藏品,呜呜,怎么一分也不给。
 
uses shellapi;<br>ShellExecute(handle,nil,'iexplore.exe',pchar('www.delphibbs.com'),nil,SW_SHOW);<br>不要忘記加'ieexplore.exe'。
 
通吃的东西是好啊,但好象也没有起到重新打开的功能
 
ShellExecute(handle,'opennew',pchar('www.delphibbs.com'),nil,nil,SW_SHOW)
 
第2个nil是什么意思?
 

Similar threads

回复
0
查看
636
不得闲
回复
0
查看
736
不得闲
回复
0
查看
750
不得闲
顶部