Click here to Skip to main content
16,012,223 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error message again!!!! Pin
Christian Graus7-Mar-01 11:01
protectorChristian Graus7-Mar-01 11:01 
GeneralRe: error message again!!!! Pin
Erik Funkenbusch7-Mar-01 15:14
Erik Funkenbusch7-Mar-01 15:14 
GeneralEmpty Property Pin
derhackler7-Mar-01 7:45
derhackler7-Mar-01 7:45 
GeneralADsUser - Addresses Pin
derhackler7-Mar-01 7:43
derhackler7-Mar-01 7:43 
GeneralRe: ADsUser - Addresses Pin
Erik Thompson7-Mar-01 8:19
sitebuilderErik Thompson7-Mar-01 8:19 
GeneralRe: ADsUser - Addresses Pin
derhackler7-Mar-01 8:31
derhackler7-Mar-01 8:31 
QuestionHow to Catch Windows Events?? Pin
TomK7-Mar-01 6:56
TomK7-Mar-01 6:56 
AnswerRe: How to Catch Windows Events?? Pin
Masaaki Onishi7-Mar-01 15:43
Masaaki Onishi7-Mar-01 15:43 
Hello, the codegurus around the world.Roll eyes | :rolleyes:

Try to check CWinApp::ProcessMessageFilter(...) function.
Accroding as MSDN library,

ProcessMessageFilter is only called for messages that are posted to the message queue and is not called for messages that are send directly to the window procedure. Therefore, this function cannot be used to monitor messages that are sent (by "Windows" or by the user) to a dialog box, message box, menu, or a scroll bar.

So, it seems that only one function will not work for your requirement.
HTH? Confused | :confused:

Have a nice day!
-Masaaki Onishi-
GeneralHelp with CRecordSet and Memo Pin
7-Mar-01 6:25
suss7-Mar-01 6:25 
GeneralHelp with CRecordSet and Memo Pin
7-Mar-01 6:24
suss7-Mar-01 6:24 
QuestionCListCtrl OnItemchanged, loops 3 times?? Pin
Vickie7-Mar-01 4:54
Vickie7-Mar-01 4:54 
AnswerRe: CListCtrl OnItemchanged, loops 3 times?? Pin
l a u r e n7-Mar-01 6:32
l a u r e n7-Mar-01 6:32 
GeneralRe: CListCtrl OnItemchanged, loops 3 times?? Pin
Vickie7-Mar-01 6:38
Vickie7-Mar-01 6:38 
AnswerRe: CListCtrl OnItemchanged, loops 3 times?? Pin
Chris Meech7-Mar-01 7:43
Chris Meech7-Mar-01 7:43 
GeneralRe: CListCtrl OnItemchanged, loops 3 times?? Pin
Vickie7-Mar-01 7:56
Vickie7-Mar-01 7:56 
GeneralVersion Info Retrieval Pin
7-Mar-01 1:57
suss7-Mar-01 1:57 
GeneralEventLogging Doubt Pin
7-Mar-01 1:46
suss7-Mar-01 1:46 
GeneralEventLogging Doubt Pin
7-Mar-01 1:43
suss7-Mar-01 1:43 
GeneralCalling another executable Pin
Gerry6-Mar-01 23:43
Gerry6-Mar-01 23:43 
GeneralRe: Calling another executable Pin
Prasanth Ekkoratha7-Mar-01 0:22
Prasanth Ekkoratha7-Mar-01 0:22 
GeneralRe: Calling another executable Pin
MickAB7-Mar-01 0:34
MickAB7-Mar-01 0:34 
GeneralRe: Calling another executable Pin
MickAB7-Mar-01 0:38
MickAB7-Mar-01 0:38 
GeneralRe: Calling another executable Pin
Gerry7-Mar-01 2:44
Gerry7-Mar-01 2:44 
GeneralRe: Calling another executable Pin
MickAB7-Mar-01 2:58
MickAB7-Mar-01 2:58 
GeneralRe: Calling another executable Pin
Gerry7-Mar-01 4:16
Gerry7-Mar-01 4:16 

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.