程序里怎样启 IE ?(50分)

  • 主题发起人 主题发起人 foam
  • 开始时间 开始时间
F

foam

Unregistered / Unconfirmed
GUEST, unregistred user!
Form上放有一个网页地址,点击后希望由IE打开那个网页。
 
Winexec(IeExport.exe address)
 
ShellExecute(Application.Handle, 'open', 'http://www.LKInfo.net/', nil, nil, SW_NORMAL);
 
to leaderpower:
ShellExecute编译不过去,要用哪能个单元?

to Supermay:
举个例子,如 www.delphibbs.com ,在 Winexec 里怎么写 ?
 
uses
ShellAPI;

ShellExecute(Handle, nil, 'http://www.delphibbs.com', nil, nil, SW_ShowNormal);
 
to leaderpower:
你跟TYZhang一家公司的吗?
 
to Supermay:
举个例子,如 www.delphibbs.com ,在 Winexec 里怎么写 ?
 
WinExec('c:/program files/internet explorer/iexplore http://www.delphibbs.com', SW_ShowNormal)
 
我就不参合了。
 
感谢各位了.
 

Similar threads

回复
0
查看
722
不得闲
回复
0
查看
689
不得闲
D
回复
0
查看
867
DelphiTeacher的专栏
D
S
回复
0
查看
814
SUNSTONE的Delphi笔记
S
后退
顶部