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

   Syntax:              NextDlgTabItem( <hWndDlg>, <hControl>, <lNext> )
                                    --> <hNextControl>

   Parameters:

   <hWndDlg>            The handle of the DialogBox where to get
                        the next control handle.

   <hControl>           The handle of a known control used as a
                        reference

   <lNext>              A logical value meaning if we want the next or the
                        previous

   Returns:

   <hNextControl>       The handle of the searched control

   Sample:              SOURCE\\CLASSES\\Window METHOD GoNextCtrl()

   Source code:         SOURCE\\WINAPI\\GetDlgIt.c

   See also:            Class TWindow


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