[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  CreateDlg( hInstance, cTemplateName, hWndOwner )-> <hDlg>
------------------------------------------------------------------------------


 PARAMETER:

  <hInstance>       Identifies an instance of the module whose executable
                    file contains the dialog box template. FiveWin supplies
                    a GetResources() function that returns the Instance
                    of the EXE or the handle of the resources DLL in use.

  <cTemplateName>   Is the name given to the DialogBox template in the
                    resources.

  <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 resources. It is used
  automatically from the FiveWin classes, so use the TDialog Class instead
  as it is much more powerful and easy to use.



See Also: CreateDlgIndirect DialogBox TDIALOG GetActiveWindow GetResources
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson