Click to See Complete Forum and Search --> : satish


April 21st, 1999, 04:46 AM
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.
,

Dave Lorde
April 21st, 1999, 04:51 AM
Use ShellExecute, ShellExecuteEx, or CreateProcess.

Dave

April 21st, 1999, 05:44 AM
thanks dave its working fine . i used shellexecute