调用ShellExecute的问题(50分)

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

littlefish

Unregistered / Unconfirmed
GUEST, unregistred user!
我在程序中调用shellexecute时系统提示“undeclared identifier”,但调用winexec时没事
 
在uses 加入 :ShellAPI
 
winexec是早期版本,windows默认支持。<br>shellexecute是新版,功能更强大,不过要调用ShellAPI才行。
 
多人接受答案了。
 
后退
顶部