ShellExecute(handle....)怎么引用才能使用?(50分)

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

lyloyal

Unregistered / Unconfirmed
GUEST, unregistred user!
我在程序中使用执行外部程序,<br>shellexecute(handle,'open',pchar('c:/windows/notepat.exe'),nil,nil,sw_shownormal);<br>系统编译错误,"Undeclared identifier shellexecute"<br>应该怎样引用?
 
你要加入<br>uses shellapi;<br>
 
uses ShellAPI;
 
uses ShellAPI;<br>哈哈
 
后退
顶部