调用IE?(50分)

  • 主题发起人 主题发起人 netboy328
  • 开始时间 开始时间
N

netboy328

Unregistered / Unconfirmed
GUEST, unregistred user!
在程序里如何调用IE浏览器,并指到指定的网址?<br>能否给出一个简单的例子,多谢!!!
 
uses ShellAPI;<br><br>ShellExecute(GetDeskTopWindow,'Open','www.sina.com.cn',nil,nil,0);
 
ABC级的问题,书上都是啊
 
uses ShellAPI;<br>button1click();<br>begin<br>shellexecute(handle,nil,pchar('http://webpark.8u8.com'),nil,nil,sw_shownormal);<br>end;
 
ShellExecute(GetDeskTopWindow,'Open',pchar('http://enterprise/ftp/3/葵花宝典1[1].0.chm'),nil,nil,0);<br>时系统找不到此文件,因为里面有不能识别的中文字符,如果用 nmurl进行encode 在放入<br>也不能识别,说是找不到此文件,所以很让人头疼呀。
 
uses ShellApi;<br>//提示:使用ShellExecute启动默认浏览器时,如果网址没有'Http://'的标志,该函数不会生效。
 
后退
顶部