CMultiPageDHtmlDialog::CMultiPageDHtmlDialog
Constructs a multipage (wizard-style) DHTML dialog object.
CMultiPageDHtmlDialog(
LPCTSTR lpszTemplateName,
LPCTSTR szHtmlResID = NULL,
CWnd * pParentWnd = NULL
);
CMultiPageDHtmlDialog(
UINT nIDTemplate,
UINT nHtmlResID = 0,
CWnd * pParentWnd = NULL
);
CMultiPageDHtmlDialog( );
Parameters
lpszTemplateName
The null-terminated string that is the name of a dialog-box template resource.szHtmlResID
The null-terminated string that is the name of an HTML resource.pParentWnd
A pointer to the parent or owner window object (of type CWnd) to which the dialog object belongs. If it is NULL, the dialog object's parent window is set to the main application window.nIDTemplate
Contains the ID number of a dialog-box template resource.nHtmlResID
Contains the ID number of an HTML resource.
Requirements
Header: afxdhtml.h