Click here to Skip to main content
15,888,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: the problem in Client &Server Pin
ramanand_bulusu24-Aug-06 19:50
ramanand_bulusu24-Aug-06 19:50 
Questionprinter data rendering Pin
hiteshpradip24-Aug-06 18:50
hiteshpradip24-Aug-06 18:50 
AnswerRe: printer data rendering Pin
Hamid_RT3-Sep-06 9:12
Hamid_RT3-Sep-06 9:12 
QuestionHow to destroy and delete a modeless Dialog Pin
NorGUI24-Aug-06 16:09
NorGUI24-Aug-06 16:09 
AnswerRe: How to destroy and delete a modeless Dialog Pin
ThatsAlok24-Aug-06 18:02
ThatsAlok24-Aug-06 18:02 
GeneralRe: How to destroy and delete a modeless Dialog Pin
MayankT24-Aug-06 18:21
MayankT24-Aug-06 18:21 
GeneralRe: How to destroy and delete a modeless Dialog Pin
ThatsAlok24-Aug-06 18:18
ThatsAlok24-Aug-06 18:18 
GeneralRe: How to destroy and delete a modeless Dialog Pin
ThatsAlok24-Aug-06 18:26
ThatsAlok24-Aug-06 18:26 
MayankT wrote:
WM_QUIT doc says it will quit app


A correction, it will stop message loop, not actually quit the window!. if you have put any wait function after the MessageLoop.. your window might get destroyed but your application still visible in running process list!

have a look sample app!
WinMain(....)
{
 ..........
    GetMessage(&Msg,0,0,0)
   {
   }
  .........
 // WM_QUIT will break above loop but what about WaitForSingleObject written below!
 WaitForSingleObject(...)
}


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
Support CRY- Child Relief and You
GeneralRe: How to destroy and delete a modeless Dialog Pin
Michael Dunn24-Aug-06 18:51
sitebuilderMichael Dunn24-Aug-06 18:51 
AnswerRe: How to destroy and delete a modeless Dialog Pin
MayankT24-Aug-06 18:16
MayankT24-Aug-06 18:16 
GeneralRe: How to destroy and delete a modeless Dialog Pin
NorGUI24-Aug-06 18:38
NorGUI24-Aug-06 18:38 
AnswerRe: How to destroy and delete a modeless Dialog Pin
prasad_som24-Aug-06 18:28
prasad_som24-Aug-06 18:28 
QuestionNT Security Pin
Bram van Kampen24-Aug-06 15:06
Bram van Kampen24-Aug-06 15:06 
AnswerRe: NT Security Pin
Justin Tay24-Aug-06 15:18
Justin Tay24-Aug-06 15:18 
GeneralRe: NT Security Pin
Bram van Kampen24-Aug-06 15:44
Bram van Kampen24-Aug-06 15:44 
QuestionUNICODE... again! [modified] Pin
Waldermort24-Aug-06 14:01
Waldermort24-Aug-06 14:01 
AnswerRe: UNICODE... again! Pin
Jörgen Sigvardsson24-Aug-06 14:37
Jörgen Sigvardsson24-Aug-06 14:37 
GeneralRe: UNICODE... again! Pin
Waldermort24-Aug-06 14:41
Waldermort24-Aug-06 14:41 
GeneralRe: UNICODE... again! Pin
Jörgen Sigvardsson24-Aug-06 14:50
Jörgen Sigvardsson24-Aug-06 14:50 
GeneralRe: UNICODE... again! Pin
Waldermort24-Aug-06 14:58
Waldermort24-Aug-06 14:58 
GeneralRe: UNICODE... again! Pin
Bram van Kampen24-Aug-06 15:23
Bram van Kampen24-Aug-06 15:23 
GeneralRe: UNICODE... again! Pin
ThatsAlok24-Aug-06 18:03
ThatsAlok24-Aug-06 18:03 
GeneralRe: UNICODE... again! Pin
Waldermort24-Aug-06 19:22
Waldermort24-Aug-06 19:22 
QuestionTransparent Windows Controls Pin
anthonym724-Aug-06 12:22
anthonym724-Aug-06 12:22 
AnswerRe: Transparent Windows Controls Pin
KaЯl25-Aug-06 4:36
KaЯl25-Aug-06 4:36 

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.