C Carson_zzd Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-26 #3 如:运行Windows计算器<br>if Findwindow('notepad',nil) = 0 then<br> WinExec('notepad.exe',sw_normal) ;
T tianjh007 Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-26 #6 也可用API函数ShellExecute, 要引用ShellAPI单元
张 张辉明 Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-26 #7 <br>ShellExecute(Handle,pchar('open'),pchar('help.chm'),'',pchar(ExtractFileDir(Application.ExeName)),SW_NORMAL);
<br>ShellExecute(Handle,pchar('open'),pchar('help.chm'),'',pchar(ExtractFileDir(Application.ExeName)),SW_NORMAL);
任 任豆豆 Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-26 #8 winexec()<br>shellexecute()<br>createprocess()