The information in this article applies to:
SUMMARY
To determine whether a multiple selection list box is empty or has no items
to select, two messages are required. First, call LB_GETCOUNT to determine
whether or not the list box is empty. If the list box is not empty, then
use LB_GETCARETINDEX to determine the position of the caret.
Additional query words: listbox
Keywords : kbCtrl kbListBox kbNTOS kbWinOS2000 kbSDKWin32 kbGrpUser kbWinOS |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |