c++ - Tracing MFC message handling -
Using the new MFC feature pack is trying to upgrade an MFC app, The messages are lost. The menu appears and can be clicked, but the message does not seem to be handled anywhere. We override ONCMDM () in many places but to no avail, the command message from the context menu has not been captured.
Is there a way, tool or approach to detect the message?
Any other ideas how to solve this problem?
please try SPY ++
Provides a graphical view of processes, threads, windows and a system's window message. For more information, click Help in the tool.
I tell more about spy ++ for 2005.
Comments
Post a Comment