Click here to Skip to main content
15,894,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralExe as child process Pin
Michael Klim30-May-05 10:42
Michael Klim30-May-05 10:42 
GeneralRe: Exe as child process Pin
Ravi Bhavnani30-May-05 15:45
professionalRavi Bhavnani30-May-05 15:45 
GeneralProgram executes automatically Pin
Identity Undisclosed30-May-05 9:27
Identity Undisclosed30-May-05 9:27 
GeneralRe: Program executes automatically Pin
Toni7830-May-05 10:41
Toni7830-May-05 10:41 
GeneralRe: Program executes automatically Pin
Identity Undisclosed30-May-05 10:57
Identity Undisclosed30-May-05 10:57 
GeneralRe: Program executes automatically Pin
Christian Graus30-May-05 14:06
protectorChristian Graus30-May-05 14:06 
GeneralRe: Program executes automatically Pin
Identity Undisclosed31-May-05 2:32
Identity Undisclosed31-May-05 2:32 
GeneralRe: Program executes automatically Pin
Toni7830-May-05 16:18
Toni7830-May-05 16:18 
Christian is right. It is a little bit hard to interpret your question so I tried to guess. CreateProcess will launch the exe from within your code. ShellExecute too (this is easier to use but not recommended by Microsoft). It is impossible (a telepath would prove me wrong) to start a program without telling the computer to do so. Tom and Ravi gave you excellent answers when it comes to the exe being executed at startup without any user interaction.

// Afterall, I realized that even my comment lines have bugs

Time is the fire in which we burn.
GeneralRe: Program executes automatically Pin
Toni782-Jun-05 3:46
Toni782-Jun-05 3:46 
GeneralRe: Program executes automatically Pin
Tom Archer30-May-05 14:02
Tom Archer30-May-05 14:02 
GeneralRe: Program executes automatically Pin
Identity Undisclosed31-May-05 2:33
Identity Undisclosed31-May-05 2:33 
GeneralRe: Program executes automatically Pin
Ravi Bhavnani30-May-05 15:47
professionalRavi Bhavnani30-May-05 15:47 
GeneralRe: Program executes automatically Pin
Identity Undisclosed30-May-05 21:40
Identity Undisclosed30-May-05 21:40 
GeneralRe: Program executes automatically Pin
Flit31-May-05 1:41
Flit31-May-05 1:41 
GeneralRe: Program executes automatically Pin
Identity Undisclosed31-May-05 2:29
Identity Undisclosed31-May-05 2:29 
GeneralRe: Program executes automatically Pin
Flit31-May-05 3:24
Flit31-May-05 3:24 
GeneralRe: Program executes automatically Pin
Christian Graus31-May-05 11:10
protectorChristian Graus31-May-05 11:10 
GeneralRe: Program executes automatically Pin
FlyingTinman31-May-05 14:24
FlyingTinman31-May-05 14:24 
GeneralWhy BSTR conversion not working Pin
Imtiaz Murtaza30-May-05 8:18
Imtiaz Murtaza30-May-05 8:18 
GeneralRe: Why BSTR conversion not working Pin
Christian Graus30-May-05 12:05
protectorChristian Graus30-May-05 12:05 
GeneralRe: Why BSTR conversion not working Pin
S. Senthil Kumar30-May-05 20:33
S. Senthil Kumar30-May-05 20:33 
GeneralRe: Why BSTR conversion not working Pin
Christian Graus31-May-05 10:59
protectorChristian Graus31-May-05 10:59 
GeneralRe: Why BSTR conversion not working Pin
S. Senthil Kumar31-May-05 17:17
S. Senthil Kumar31-May-05 17:17 
GeneralRe: Why BSTR conversion not working Pin
S. Senthil Kumar30-May-05 19:57
S. Senthil Kumar30-May-05 19:57 
GeneralBode diagram Pin
alvarillo30-May-05 7:39
alvarillo30-May-05 7:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.