我会打开网上网页,但不知如何打开硬盘上同一文件夹下的网页,请指点! ( 积分: 30 )

  • 主题发起人 主题发起人 laowt
  • 开始时间 开始时间
L

laowt

Unregistered / Unconfirmed
GUEST, unregistred user!
如:
ShellExecute(handle,'open','iexplore.exe','dygz.htm',nil,SW_MAXIMIZE);
出错!请指点!
 
如:
ShellExecute(handle,'open','iexplore.exe','dygz.htm',nil,SW_MAXIMIZE);
出错!请指点!
 
ShellExecute(handle,'open','iexplore.exe',pchar(GetCurrentDir+'/dygz.htm'),nil,SW_MAXIMIZE);
 
沒錯啊.就是這樣的
 
pchar是什么意思,干什么用的
我是新手,不懂,请多多指教
 
接受答案了.
 
后退
顶部