CAxDialogImpl::Create

This method creates a modeless dialog box. This dialog box is automatically attached to the CAxDialogImpl object. To create a modal dialog box, call the CAxDialogImpl::DoModal method.

The second override is provided only so dialog boxes can be used with CComControl.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.10 and later
Platforms: H/PC 2.0, H/PC Pro
Complete documentation: Visual C++ documentation

Syntax

HWND Create( HWND hWndParent, LPARAM dwInitParam = NULL );

HWND Create( HWND hWndParent, RECT&, LPARAM dwInitParam = NULL );