Click here to Skip to main content
15,916,280 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About <b>FindFirstChangeNotification</b> and <b>ReadDirectoryChangeW</b> Pin
a_du1-Jun-05 23:41
a_du1-Jun-05 23:41 
GeneralRe: About <b>FindFirstChangeNotification</b> and <b>ReadDirectoryChangeW</b> Pin
ThatsAlok1-Jun-05 23:55
ThatsAlok1-Jun-05 23:55 
GeneralRe: About <b>FindFirstChangeNotification</b> and <b>ReadDirectoryChangeW</b> Pin
S. Senthil Kumar1-Jun-05 23:45
S. Senthil Kumar1-Jun-05 23:45 
GeneralRe: About <b>FindFirstChangeNotification</b> and <b>ReadDirectoryChangeW</b> Pin
ThatsAlok1-Jun-05 23:57
ThatsAlok1-Jun-05 23:57 
GeneralPostMessage causing hang... Pin
Ian Bowler1-Jun-05 16:25
Ian Bowler1-Jun-05 16:25 
GeneralRe: PostMessage causing hang... Pin
Christian Graus1-Jun-05 16:43
protectorChristian Graus1-Jun-05 16:43 
GeneralRe: PostMessage causing hang... Pin
Ian Bowler1-Jun-05 16:48
Ian Bowler1-Jun-05 16:48 
GeneralRe: PostMessage causing hang... Pin
Christian Graus1-Jun-05 16:51
protectorChristian Graus1-Jun-05 16:51 
If you hit F5 and you're creating an endless message loop, you should find yourself hitting the same spot over and over. You can also override PreTranslateMessage to see if this is in fact occuring.

The difference between SendMessage and PostMessage is just that PostMessage sends the message when the current function ends, SendMessage does it right away.


Christian Graus - Microsoft MVP - C++
GeneralRe: PostMessage causing hang... Pin
S. Senthil Kumar1-Jun-05 23:50
S. Senthil Kumar1-Jun-05 23:50 
GeneralRe: PostMessage causing hang... Pin
Nilesh K.1-Jun-05 16:49
Nilesh K.1-Jun-05 16:49 
GeneralRe: PostMessage causing hang... Pin
Ian Bowler1-Jun-05 16:57
Ian Bowler1-Jun-05 16:57 
GeneralRe: PostMessage causing hang... Pin
Nilesh K.1-Jun-05 17:02
Nilesh K.1-Jun-05 17:02 
GeneralRe: PostMessage causing hang... Pin
Ian Bowler1-Jun-05 17:04
Ian Bowler1-Jun-05 17:04 
GeneralRe: PostMessage causing hang... Pin
Nilesh K.1-Jun-05 17:14
Nilesh K.1-Jun-05 17:14 
GeneralRe: PostMessage causing hang... Pin
Ian Bowler1-Jun-05 17:19
Ian Bowler1-Jun-05 17:19 
GeneralRe: PostMessage causing hang... Pin
Nilesh K.1-Jun-05 17:31
Nilesh K.1-Jun-05 17:31 
GeneralRe: PostMessage causing hang... Pin
ThatsAlok1-Jun-05 18:38
ThatsAlok1-Jun-05 18:38 
GeneralRe: PostMessage causing hang... Pin
Nilesh K.1-Jun-05 19:15
Nilesh K.1-Jun-05 19:15 
GeneralRe: PostMessage causing hang... Pin
ThatsAlok1-Jun-05 19:19
ThatsAlok1-Jun-05 19:19 
GeneralRe: PostMessage causing hang... Pin
S. Senthil Kumar2-Jun-05 0:02
S. Senthil Kumar2-Jun-05 0:02 
GeneralRe: PostMessage causing hang... Pin
S. Senthil Kumar1-Jun-05 23:57
S. Senthil Kumar1-Jun-05 23:57 
GeneralDynamically updating property sheets or formviews Pin
connere241-Jun-05 15:29
connere241-Jun-05 15:29 
Questionhow to cancel the closing of an application Pin
elephantstar1-Jun-05 13:38
elephantstar1-Jun-05 13:38 
AnswerRe: how to cancel the closing of an application Pin
Christian Graus1-Jun-05 13:47
protectorChristian Graus1-Jun-05 13:47 
AnswerRe: how to cancel the closing of an application Pin
Stlan1-Jun-05 19:55
Stlan1-Jun-05 19:55 

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.