1. RE: list view qn

Jordah,

The MS docs seem to suggest that a checkbox is just another way of 
selecting a list view item.  I would think that if you used the standard 
functions in win32lib to find selected indexes you would get the items 
that were checked.

Sorry I don't have a code example, it's not readily available to me 
right now.

Jonas
jordah ferguson wrote:
> 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)
> 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>
> 
>

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu