Determining Selected Items in a Multiselection List BoxLast reviewed: November 2, 1995Article ID: Q71759 |
The information in this article applies to:
To obtain the indexes of all the selected items in a multiselection list box, the LB_GETSELITEMS message should be sent to the list box. The message LB_GETCURSEL cannot be used for this purpose because it is designed for use in single-selection list boxes. Another approach is to send one LB_GETSEL message for every item of the multiselection list box to get its selection state. If the item is selected, LB_GETSEL returns a positive number. The indexes can be built into an array of selected items.
|
Additional reference words: 3.00 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |