C++
CAdUiBaseDialog( UINT idd, CWnd * pParent = NULL, HINSTANCE hDialogResource = NULL );
Description
Constructs a CAdUiBaseDialog object and initializes a new dialog. By default, m_hIcon is set to NULL and m_bUseTips is enabled. m_hDialogResource is assigned hDialogResource.
Parameters
| Parameters | Description |
|---|---|
| idd | Input resource ID of the dialog template to use |
| pParent | Input CWnd parent |
| hDialogResource | Input handle for the dialog resource |