Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 940 Bytes

handling-windows-messages-in-your-dialog-box.md

File metadata and controls

16 lines (12 loc) · 940 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Handling Windows Messages in Your Dialog Box
Handling Windows Messages in Your Dialog Box
09/05/2019
MFC dialog boxes [MFC], Windows messages
Windows messages [MFC], handling
message handling [MFC], in dialog boxes
4af0c9cb-09da-4b15-97df-a1cfb89def79

Handling Windows Messages in Your Dialog Box

Dialog boxes are windows, so they can handle Windows messages if you supply the appropriate handler functions. When you create your dialog class with the Class Wizard, the wizard adds an empty message map to the class. Use the wizard to map any Windows messages or commands you want your class to handle.

See Mapping Windows Messages to Your Dialog Class for more information.

See also

Working with Dialog Boxes in MFC