Z
zysing
Unregistered / Unconfirmed
GUEST, unregistred user!
各位,我想请问一下,我运行了一个可执行程序a.exe,要在点其中一按钮时转入另一个可执行程序b.exe时用什么可以啊,我目前用的是这个,但说编译不了。
此问题不是线程问题而只是两个进程的问题
try
shellexecute(handle, 'open', pchar('../j2/b.exe'), nil, nil, sw_shownormal);
except
showmessage('启动出错');
end;
想请各位帮帮忙啊[yellow][/yellow][green][/green][h1][/h1][yellow][/yellow]
此问题不是线程问题而只是两个进程的问题
try
shellexecute(handle, 'open', pchar('../j2/b.exe'), nil, nil, sw_shownormal);
except
showmessage('启动出错');
end;
想请各位帮帮忙啊[yellow][/yellow][green][/green][h1][/h1][yellow][/yellow]