Click here to Skip to main content
15,887,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWin32 Api CreateProcess( ) <-- Making me crazy Pin
Nitefall206014-Sep-05 5:51
Nitefall206014-Sep-05 5:51 
AnswerRe: Win32 Api CreateProcess( ) <-- Making me crazy Pin
David Crow14-Sep-05 6:31
David Crow14-Sep-05 6:31 
GeneralRe: Win32 Api CreateProcess( ) <-- Making me crazy Pin
Nitefall206014-Sep-05 7:19
Nitefall206014-Sep-05 7:19 
GeneralRe: Win32 Api CreateProcess( ) <-- Making me crazy Pin
David Crow14-Sep-05 8:26
David Crow14-Sep-05 8:26 
AnswerRe: Win32 Api CreateProcess( ) <-- Making me crazy Pin
ky_rerun14-Sep-05 16:01
ky_rerun14-Sep-05 16:01 
GeneralRe: Win32 Api CreateProcess( ) <-- Making me crazy Pin
David Crow15-Sep-05 3:13
David Crow15-Sep-05 3:13 
AnswerRe: Win32 Api CreateProcess( ) <-- Making me crazy Pin
Ravi Bhavnani14-Sep-05 6:43
professionalRavi Bhavnani14-Sep-05 6:43 
AnswerRe: Win32 Api CreateProcess( ) <-- Making me crazy Pin
charlieg14-Sep-05 12:01
charlieg14-Sep-05 12:01 
I can answer this one! This drove me batty a while ago. You cannot combine the lines together in the arguments to CreateProcess. From my code:

int rc = CreateProcess(CalExe, Arguments, NULL, NULL, NULL, 0, NULL, NULL, NULL, &ProcInfo);

CalExe has nothing but "c:\blah\file.exe". Arguments contains the arguments. I have NO idea why one would code it this way but such is life.



C. Gilley
Will program for food...
Whoever said children were cheaper by the dozen... lied.
QuestionMANIPULATING(insert,update,delete) MS SQL VIEWS Pin
Anonymous14-Sep-05 5:40
Anonymous14-Sep-05 5:40 
QuestionRemote PC Shutdown Pin
Anonymous14-Sep-05 4:57
Anonymous14-Sep-05 4:57 
QuestionJavaScript Access Pin
namespaceuser14-Sep-05 4:55
namespaceuser14-Sep-05 4:55 
AnswerRe: JavaScript Access Pin
Alexander M.,14-Sep-05 9:09
Alexander M.,14-Sep-05 9:09 
GeneralRe: JavaScript Access Pin
namespaceuser14-Sep-05 11:00
namespaceuser14-Sep-05 11:00 
QuestionMenu in MDI Child Window Pin
Bruce Pataki14-Sep-05 4:10
Bruce Pataki14-Sep-05 4:10 
Questionreplacing m_pFloatingFrameClass in MFC... Pin
Maximilien14-Sep-05 3:41
Maximilien14-Sep-05 3:41 
Questionmodeless dialog and GetParent() Pin
23_44414-Sep-05 3:36
23_44414-Sep-05 3:36 
AnswerRe: modeless dialog and GetParent() Pin
Chris Losinger14-Sep-05 3:47
professionalChris Losinger14-Sep-05 3:47 
GeneralRe: modeless dialog and GetParent() Pin
23_44414-Sep-05 3:50
23_44414-Sep-05 3:50 
GeneralRe: modeless dialog and GetParent() Pin
Chris Losinger14-Sep-05 4:02
professionalChris Losinger14-Sep-05 4:02 
GeneralRe: modeless dialog and GetParent() Pin
23_44414-Sep-05 4:06
23_44414-Sep-05 4:06 
GeneralRe: modeless dialog and GetParent() Pin
Chris Losinger14-Sep-05 4:12
professionalChris Losinger14-Sep-05 4:12 
GeneralRe: modeless dialog and GetParent() Pin
23_44414-Sep-05 4:17
23_44414-Sep-05 4:17 
GeneralRe: modeless dialog and GetParent() Pin
Chris Losinger14-Sep-05 4:23
professionalChris Losinger14-Sep-05 4:23 
GeneralRe: modeless dialog and GetParent() Pin
23_44414-Sep-05 4:26
23_44414-Sep-05 4:26 
GeneralRe: modeless dialog and GetParent() Pin
David Crow14-Sep-05 4:39
David Crow14-Sep-05 4: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.