在Delphi中如何启动IE并指向指定的URL地址? (50分)

  • 主题发起人 主题发起人 猎手1号
  • 开始时间 开始时间

猎手1号

Unregistered / Unconfirmed
GUEST, unregistred user!
也就是打开指定的网页。
 
winexec(PChar('C:/Program Files/Internet Explorer/IEXPLORE.EXE http://www.sina.com.cn/'), sw_shownormal);
 
ShellExecute(Handle, nil, 'http://www.delphibbs.com', nil, nil, SW_ShowNormal);
 
shellexecute(handle,'open','http://...',nil,nil,sw_normal);
 
多人接受答案了。
 
后退
顶部