Click here to Skip to main content
16,016,770 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAbout PostQuitMessage Function Pin
fd012900216-May-07 16:24
fd012900216-May-07 16:24 
AnswerRe: About PostQuitMessage Function Pin
Stephen Hewitt16-May-07 17:04
Stephen Hewitt16-May-07 17:04 
QuestionRe: About PostQuitMessage Function Pin
fd012900216-May-07 19:02
fd012900216-May-07 19:02 
AnswerRe: About PostQuitMessage Function Pin
Arman S.16-May-07 20:01
Arman S.16-May-07 20:01 
GeneralRe: About PostQuitMessage Function Pin
Moak16-May-07 22:17
Moak16-May-07 22:17 
GeneralRe: About PostQuitMessage Function Pin
Arman S.17-May-07 0:41
Arman S.17-May-07 0:41 
GeneralRe: About PostQuitMessage Function Pin
fd012900217-May-07 1:36
fd012900217-May-07 1:36 
GeneralRe: About PostQuitMessage Function Pin
Moak17-May-07 2:10
Moak17-May-07 2:10 
Thanks for the feedback. Good to learn something new about Window's event handling! Smile | :)

I can understand that paint and mouse messages have a special handling (low priority generation) as MS has a GUI centric design... however I am surprised that MS hasn't stopped the special cases here. For example asynchronous network events (FD_ACCEPT, FD_READ) are posted to the queue and recurring is enabled by calling the matching network function, but on the other hand recurring timer events have again a special handling... kinda inconsistent. WM_QUIT came really as a surprise for me, I see your point, just not sure if it really is necessary to guard application logic at this late shut-down stage.

/Moak (Event violator le Grande)
Questionconsuming a webservice from a Win32 DLL Pin
rluckwell16-May-07 13:54
rluckwell16-May-07 13:54 
AnswerRe: consuming a webservice from a Win32 DLL Pin
led mike16-May-07 16:08
led mike16-May-07 16:08 
Question32bit app calling NtOpenKey fails on x64 Pin
JeffRoz16-May-07 13:37
JeffRoz16-May-07 13:37 
QuestionWindows Toolbar and... Pin
Chirieac16-May-07 12:09
Chirieac16-May-07 12:09 
QuestionCode Pin
Joseph_B16-May-07 11:52
Joseph_B16-May-07 11:52 
AnswerRe: Code Pin
toxcct16-May-07 12:06
toxcct16-May-07 12:06 
AnswerRe: Code Pin
Christian Graus16-May-07 15:31
protectorChristian Graus16-May-07 15:31 
AnswerRe: Code Pin
vijay_aroli16-May-07 19:27
vijay_aroli16-May-07 19:27 
AnswerRe: Code Pin
John R. Shaw16-May-07 22:19
John R. Shaw16-May-07 22:19 
GeneralRe: Code Pin
Hamid_RT16-May-07 22:37
Hamid_RT16-May-07 22:37 
GeneralRe: Code Pin
John R. Shaw16-May-07 23:14
John R. Shaw16-May-07 23:14 
Question[Message Deleted] Pin
Arris7416-May-07 10:12
Arris7416-May-07 10:12 
AnswerRe: Question about CImageList::Create Pin
David Crow16-May-07 10:25
David Crow16-May-07 10:25 
AnswerRe: Question about CImageList::Create Pin
Mark Salsbery16-May-07 10:31
Mark Salsbery16-May-07 10:31 
QuestionRe: [Message Deleted] Pin
Hamid_RT16-May-07 19:19
Hamid_RT16-May-07 19:19 
Questionnew to win32 Pin
priyank_ldce16-May-07 9:59
priyank_ldce16-May-07 9:59 
AnswerRe: new to win32 Pin
Christian Graus16-May-07 10:35
protectorChristian Graus16-May-07 10:35 

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.