delphi6怎样调用外部EXE文件?(50分)

  • 主题发起人 主题发起人 alanzhangxin
  • 开始时间 开始时间
A

alanzhangxin

Unregistered / Unconfirmed
GUEST, unregistred user!
delphi6怎样调用外部EXE文件?
参数如何用?
谢谢!
Alan
alanzhangxin@163.com
 
WinexeC
ShellExecute

Winexec('rundll32.exe shell32.dll,Control_RunDLL Intl.cpl,,3',9)

ShellExecute(hwnd,"open","arj.exe",p,NULL,SW_SHOWNORMAL);
 
winexec
shellexecute
shellexecuteex这三个都行.
楼上的写了两个了.
 
能把参数讲详细点吗?
好象基于win32的程序用
CreateProcess,只不过不知参数如何加?
 
winexec 和 shellexecute
 
winexec(PChar(你要调用的Exe文件的路径),application.Handle)
 
ShellExecute(handle,nil,pchar('你要调用的Exe文件的路径'),nil,nil,SW_SHOWNORMAL);
 
多人接受答案了。
 

Similar threads

回复
0
查看
989
不得闲
D
回复
0
查看
1K
DelphiTeacher的专栏
D
D
回复
0
查看
887
DelphiTeacher的专栏
D
D
回复
0
查看
1K
DelphiTeacher的专栏
D
后退
顶部