CDHtmlDialog::CreateControlSite
Overridable used to create a control site instance to host the WebBrowser control on the dialog.
virtual BOOL CreateControlSite(
COleControlContainer* pContainer,
COleControlSite** ppSite,
UINT /* nID */,
REFCLSID /* clsid */
);
Parameters
pContainer
A pointer to the COleControlContainer objectppSite
A pointer to a pointer to a COleControlSite.
Return Value
Nonzero if successful; otherwise 0.
Remarks
You can override this member function to return an instance of your own control site class.
Requirements
Header: afxdhtml.h