How To Determine Selected Items in a Multiselection List Box (71759)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API), when used with:
- the operating system: Microsoft Windows NT 3.51
- the operating system: Microsoft Windows 2000
This article was previously published under Q71759 SUMMARY
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.
Modification Type: | Minor | Last Reviewed: | 12/20/2004 |
---|
Keywords: | kbCtrl kbhowto kbListBox KB71759 |
---|
|