如何在delphi中调用其他执行程序(100分)

  • 主题发起人 主题发起人 gwgw
  • 开始时间 开始时间
G

gwgw

Unregistered / Unconfirmed
GUEST, unregistred user!
如何用executefile api 函数<br>请用一个具体的例子说明,谢谢<br>
 
ShellExecute<br>winexec
 
可用Winexec( <br>&nbsp; &nbsp; LPCSTR lpCmdLine, // address of command line <br>&nbsp; &nbsp; UINT uCmdShow // window style for new application <br>&nbsp; &nbsp;);<br>如:Winexec('Notepad.exe',1);
 
建议用ShellExecute关键字查一下以往的问题,有50多条呢!<br>这100分花的冤
 
createprocess
 
ShellExecute(ShellExecute(Handle,'open','http://joft.myboda.net',nil,nil,1);<br>将http://joft.myboda.net改为可执行文件的路径名加文件名
 
showexecute<br>
 
多人接受答案了。
 
后退
顶部