A question
-
Hello everyone, How can i link between my application(thaT I WROTE IN C++) and my MFC application,i mean i want to run my application by pressing START button in my MFC project If any one can help ill be gratefull, Thank you , Johnny
-
Hello everyone, How can i link between my application(thaT I WROTE IN C++) and my MFC application,i mean i want to run my application by pressing START button in my MFC project If any one can help ill be gratefull, Thank you , Johnny
i think ShellExe( .....) will help u ,,, use "Open" for this.
-
Hello everyone, How can i link between my application(thaT I WROTE IN C++) and my MFC application,i mean i want to run my application by pressing START button in my MFC project If any one can help ill be gratefull, Thank you , Johnny
The preferred method is to use
CreateProcess()
orShellExecute()
. Thesystem()
function is a hold-over from Unix.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen