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 - lbxgetitem() retrieves an item of a listbox http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LbxGetItem()           Retrieves an item of a listbox
--------------------------------------------------------------------------------

   Syntax:              LbxGetItem( <hWnd>, <nItem> )  --> <cText>


   Parameters:

   <hWnd>               Identifies the handle of the listbox control
                        whose nItem text is to be retrieved.

   <nItem>              Identifies the 1 based index of the item whose
                        text is to be retrieved.

   Returns:

   <cText>              The text associated with that ListBox item.

   Observations:        This function is used by FiveWin in the TListBox
                        class. Use the TListBox class methods instead
                        of manipulating directly these functions.

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

   See also:            Class TListBox



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