1. Extended listview question
- Posted by jordah ferguson <jorfergie03 at yahoo.com> Feb 27, 2002
- 438 views
Hi all, I have a little something i would like to do. I have created a listview with this extended listview style ++-------------------------------------------------------------------------- ------------------- global constant lvMask = or_all({LVS_EX_CHECKBOXES)--checkbox besides listviewitem MasK =sendMessage( inboxlv, LVM_SETEXTENDEDLISTVIEWSTYLE, lvMask, lvMask) The above code creates a listview with checkboxes, Now what i want to do, is find out a way you can detect which listview item (get its index) is checked. Also if many listview items are checked, how do you get these multiple indices. jordah jorfergie03 at yahoo.com