Launching another program
-
Dear all, This would be a major easy question to most people here but How do I launch another program from my program, and to just show the other program window if the program is already launched? Just out of interest, how do I launch a seperate instance of the program instead of just showing it? Many many Thanks, Chun Te
-
Dear all, This would be a major easy question to most people here but How do I launch another program from my program, and to just show the other program window if the program is already launched? Just out of interest, how do I launch a seperate instance of the program instead of just showing it? Many many Thanks, Chun Te
Chun Te, Ewe wrote: How do I launch another program from my program Many ways.....a couple of which are: the std library call: system thw Win32 call: CreateProcess the Win32 call: ShellExecute Chun Te, Ewe wrote: how do I launch a seperate instance of the program instead of just showing it This may not be up to you....It depends on if the "other program" will allow itself to run simultaneous multiple instances Just trying to keep the forces of entropy at bay