Custom dialog boxes

AFXDialog is the base class for the other dialog box classes in the toolkit. If none of the other dialog box classes suit your needs, you must derive your dialog box from AFXDialog and provide most of the dialog processing yourself. This section describes how you can use AFXDialog to create custom dialog boxes.


In this section: