Skip to content

Latest commit

 

History

History
43 lines (42 loc) · 1.29 KB

File metadata and controls

43 lines (42 loc) · 1.29 KB
title Commonly Added Member Functions | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
CDialog class, members
MFC dialog boxes, control-notification messages
dialog classes, commonly added member functions
ms.assetid f6bd50e8-872a-4039-9996-a85bfccea18d
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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
Life Cycle of a Dialog Box
Commonly Overridden Member Functions