Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - createdlgindirect() creates a modeless dialogbox from memory resources http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CreateDlgIndirect()    Creates a modeless DialogBox from memory resources
--------------------------------------------------------------------------------

   Syntax:              CreateDlgIndirect( <hInstance>, <cMemTemplate>,
                                           <hWndOwner> )  -->  <hDlg>

                        This function creates a modeless dialog box from
                        a dialog box template in memory.

                        This function is used when a modeless dialog box is
                        created from source code.

                        Use FiveWin classes instead of managing these functions
                        directly. Classes give you much more power and they
                        are much easier to use.

   Parameters:

   <hInstance>          Identifies an instance of the module that will
                        create the Dialog Box.

   <cMemTemplate>       A string that contains the binary description
                        of the Dialog Box template.

   <hWndOwner>          The handle of the window which is the owner of the
                        DialogBox. By default it is GetActiveWindow().

   Returns:

   <hDlg>               The handle ( like hWnd ) of the Dialog Box.

   Source code:         Not provided. See SOURCE\\WINAPI\\DlogBox.c

   See also:            CreateDlg() DialogBox() DialogBoxIndirect()



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson