[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
CreateDlgIndirect( hInstance, cMemTemplate, hWndOwner )-> <hDlg>
------------------------------------------------------------------------------
PARAMETER:
<hInstance> Identifies an instance of the module that will create
the Dialog Box.
<cMemTemplate> Is a string that contains the structure of the dialog
box template.
<hWndOwner> Is the handle of the window which is the owner of the
DialogBox. By default, this is the handle returned from
GetActiveWindow().
RETURNS:
<hDlg> is the handle ( like hWnd ) of the Dialog Box.
DESCRIPTION:
This function creates a modeless dialog box from a dialog box template in
memory. It is used when a modeless dialog box is created from source code.
Use FiveWin classes instead of managing these functions directly.
See Also:
CreateDlg
DialogBox
GetActiveWindow
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson