hai ,
In my vc++ application how do i call another vc++ .exe. I have tried
using system() function it is not working. Please help me.
,
Printable View
hai ,
In my vc++ application how do i call another vc++ .exe. I have tried
using system() function it is not working. Please help me.
,
Use ShellExecute, ShellExecuteEx, or CreateProcess.
Dave
thanks dave its working fine . i used shellexecute