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 - getdlgitem() retrieves the handle of a control http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetDlgItem()           Retrieves the handle of a control
--------------------------------------------------------------------------------

   Syntax:              GetDlgItem( <hDlg>, <nCtlId> )  --> <hControl>

                        This function retrieves the handle of a control
                        from its DialogBox handle and its identifier.

   Parameters:

   <hDlg>               The handle of the Dialogbox container of the control

   <nCtlId>             The control identifier

   Returns:

   <hControl>           The window handle of the control

   Observations:        Controls are also windows

   Source code:

   See also:            DialogBox() EndDialog() GetDlgCtrlId()



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