不明白,帮助里也没找到。我找到一个调用计算器的代码,但是看不懂。
ShellExecute(Handle,'Open','calc.exe',nil,nil,SW_SHOWNORMAL);
ShellExecute(Handle, nil, 'calc.exe', nil, nil, SW_SHOW);
WinExec('calc.exe', SW_SHOW);
ShellExecute(Application.Handle,pchar('open'), pchar('calc.exe'), nil, nil, SW_SHOWNORMAL);