Invoking a .exe into VC++
C / C++ / MFC
5
Posts
4
Posters
0
Views
1
Watching
-
Is it possible to invoke a .exe file into the code of VC++? If possible then how is it done?:-D
-
Is it possible to invoke a .exe file into the code of VC++? If possible then how is it done?:-D
-
-
This Is Example for using the ShellExecute.let you want to open the Notepad.exe. so ShellExecute will be used this way....
::ShellExecute(NULL,//Using Windos Desktop a Parent
"open",//Open Vern Means that we are
//launching app
"notepad.exe",//application name
"",//No paramter
NULL,//use Current Directory
SW_SHOWNORMAL);//launch in normal way
"I Think this Will Help"
visit me at http://www.thisisalok.tk