Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use MFC message mapping to connect specific Windows messages to handler functions. You can specify which object in your program handles a message (although some objects, such as documents, can handle only command messages, not window messages). ClassWizard and WizardBar help you map messages easily.
For general information about messages and message queues in Windows, see in the Win32 Programmer's Reference.