Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionShowWindow(SW_MAXIMIZE) Pin
vicky0000012-Aug-07 22:57
vicky0000012-Aug-07 22:57 
AnswerRe: ShowWindow(SW_MAXIMIZE) Pin
Nishad S12-Aug-07 23:17
Nishad S12-Aug-07 23:17 
GeneralRe: ShowWindow(SW_MAXIMIZE) Pin
vicky0000013-Aug-07 0:01
vicky0000013-Aug-07 0:01 
GeneralRe: ShowWindow(SW_MAXIMIZE) Pin
Nishad S13-Aug-07 1:59
Nishad S13-Aug-07 1:59 
QuestionHow to know when calling app exited/stopped Pin
Rostfrei12-Aug-07 22:41
Rostfrei12-Aug-07 22:41 
AnswerRe: How to know when calling app exited/stopped Pin
Paresh Chitte12-Aug-07 23:11
Paresh Chitte12-Aug-07 23:11 
AnswerRe: How to know when calling app exited/stopped Pin
jhwurmbach12-Aug-07 23:54
jhwurmbach12-Aug-07 23:54 
AnswerRe: How to know when calling app exited/stopped Pin
Stephen Hewitt13-Aug-07 14:56
Stephen Hewitt13-Aug-07 14:56 
Have the calling process pass a HANDLE to itself to the callee. Make sure this HANDLE is inheritable and then when you call CreateProcess to create the callee ensure the bInheritHandles argument is set to TRUE. The callee can then call WaitForSingleObject passing in this HANDLE to wait until the caller has exited.


Steve

Questionconvert char* to double and back Pin
Andy H12-Aug-07 22:11
Andy H12-Aug-07 22:11 
AnswerRe: convert char* to double and back Pin
sw@thi12-Aug-07 22:34
sw@thi12-Aug-07 22:34 
AnswerRe: convert char* to double and back Pin
Nishad S12-Aug-07 23:15
Nishad S12-Aug-07 23:15 
GeneralRe: convert char* to double and back Pin
Andy H13-Aug-07 1:13
Andy H13-Aug-07 1:13 
GeneralRe: convert char* to double and back Pin
Nishad S13-Aug-07 1:21
Nishad S13-Aug-07 1:21 
Questionhow do you package an MFC program Pin
king'ori12-Aug-07 20:28
king'ori12-Aug-07 20:28 
AnswerRe: how do you package an MFC program Pin
Peter Weyzen12-Aug-07 21:02
Peter Weyzen12-Aug-07 21:02 
AnswerRe: how do you package an MFC program Pin
Hamid_RT12-Aug-07 21:27
Hamid_RT12-Aug-07 21:27 
QuestionSDK of winzip OR how to create zip file programmatically Pin
Mushtaque Nizamani12-Aug-07 20:28
Mushtaque Nizamani12-Aug-07 20:28 
AnswerRe: SDK of winzip OR how to create zip file programmatically Pin
Hamid_RT12-Aug-07 21:20
Hamid_RT12-Aug-07 21:20 
QuestionDeleteObject Pin
nitin312-Aug-07 19:58
nitin312-Aug-07 19:58 
AnswerRe: DeleteObject Pin
Nishad S12-Aug-07 20:40
Nishad S12-Aug-07 20:40 
AnswerRe: DeleteObject Pin
Hans Dietrich12-Aug-07 21:57
mentorHans Dietrich12-Aug-07 21:57 
GeneralRe: DeleteObject Pin
Nishad S12-Aug-07 23:13
Nishad S12-Aug-07 23:13 
AnswerRe: DeleteObject Pin
Mark Salsbery13-Aug-07 4:17
Mark Salsbery13-Aug-07 4:17 
Question;how do you haddle OnAplly() for many property sheets [modified] Pin
king'ori12-Aug-07 19:47
king'ori12-Aug-07 19:47 
QuestionRe: ;how do you haddle OnAplly() for many property sheets Pin
prasad_som12-Aug-07 19:56
prasad_som12-Aug-07 19:56 

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.