How to run an other application from an VS's application
-
In Visual C++ 6.0, I want to run an application, such as Notepad.exe,... How must I do? Please help me!!! I'm in dark! Thank you very much!
nps_ltv wrote:
run an application, such as Notepad.exe,...
Here's the light :) You can use: ShellExecute(/*parameters*/);
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
In Visual C++ 6.0, I want to run an application, such as Notepad.exe,... How must I do? Please help me!!! I'm in dark! Thank you very much!
See
CreateProcess
.
WhiteSky
-
In Visual C++ 6.0, I want to run an application, such as Notepad.exe,... How must I do? Please help me!!! I'm in dark! Thank you very much!
See here.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne