Catch WM_ENABLE im MessageQueue
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everybody, a certain external library or object in memory disabled sometimes my CDialog Application. I like to handle this message, so i can write into a log file some informations to find out what time or why this disable is executed. a if(pMsg->message == WM_ENABLE) into the PreTranslateMessage don't fire if i execute manually a EnableWindow(FALSE); Is there a possibility? Big thanks for help :)