Mapping Windows Messages to Your Class

HomeOverviewHow Do ISampleTutorial

If you need your dialog box to handle Windows messages, override the appropriate handler functions. To do so, use ClassWizard to map the messages to the dialog class. This writes a message-map entry for each message and adds the message-handler member functions to the class. Use the Visual C++ source code editor to write code in the message handlers.

You can also override member functions of CDialog and its base classes, especially CWnd.

What do you want to know more about?

See Also   Life Cycle of a Dialog Box