Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 901 Bytes

File metadata and controls

15 lines (12 loc) · 901 Bytes
title Commonly Added Member Functions
ms.date 11/04/2016
helpviewer_keywords
CDialog class [MFC], members
MFC dialog boxes [MFC], control-notification messages
dialog classes [MFC], commonly added member functions
ms.assetid f6bd50e8-872a-4039-9996-a85bfccea18d

Commonly Added Member Functions

If your dialog box contains pushbuttons other than OK or Cancel, you need to write message-handler member functions in your dialog class to respond to the control-notification messages they generate. For an example, see the Scribble sample program. You can also handle control-notification messages from other controls in your dialog box.

See also

Dialog Boxes
Working with Dialog Boxes in MFC
Commonly Overridden Member Functions