在dephi 中怎样掉用其他的执行程序?如题[解决办法]shellexecute(GetDesktopWindow,nil, aaa.exe ,nil,pcha
在dephi 中怎样掉用其他的执行程序?
如题
[解决办法]
shellexecute(GetDesktopWindow,nil, 'aaa.exe ',nil,pchar(filePath),SW_show);
[解决办法]
uses shellapi;
shellexecute(handle,nil,Pchar(ExeName),nil,nil,SW_show);
[解决办法]
winexec( 'calc ',SW_SHOWNORMAL);
