F f950436 Unregistered / Unconfirmed GUEST, unregistred user! 2002-03-29 #1 ShellExecute(handle,nil,pchar('www.delphibbs.com'),nil,nil,SW_SHOW)<br> 怎么能在一个新的窗口打开浏览器吗
H hbezwwl Unregistered / Unconfirmed GUEST, unregistred user! 2002-03-29 #2 来自: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> <br>//以前的收藏品,呜呜,怎么一分也不给。
来自: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> <br>//以前的收藏品,呜呜,怎么一分也不给。
Z zxb200 Unregistered / Unconfirmed GUEST, unregistred user! 2002-03-30 #3 uses shellapi;<br>ShellExecute(handle,nil,'iexplore.exe',pchar('www.delphibbs.com'),nil,SW_SHOW);<br>不要忘記加'ieexplore.exe'。
uses shellapi;<br>ShellExecute(handle,nil,'iexplore.exe',pchar('www.delphibbs.com'),nil,SW_SHOW);<br>不要忘記加'ieexplore.exe'。
Y ysai Unregistered / Unconfirmed GUEST, unregistred user! 2002-10-21 #5 ShellExecute(handle,'opennew',pchar('www.delphibbs.com'),nil,nil,SW_SHOW)