markable listview problem

Login to reply to this topic.
Fri, 2005-05-27 12:49
Joined: 2005-02-22
Forum posts: 39
Hi friends

How can i get the selected item indexes in a markable list box ? ...

Any sample code will be of greate help

Regards
Veeraj

Fri, 2005-05-27 13:05
Joined: 2004-06-07
Forum posts: 178
Re: markable listview problem
Code:
const CListBoxView::CSelectionIndexArray* selectionIndices = iListBox->SelectionIndexes();
Mon, 2005-05-30 08:53
Joined: 2005-02-22
Forum posts: 39
Re: markable listview problem
thanks for the reply

i wan to get the index of the selected items ie the index number assosiated with the selected item and not the total number of   
selected items 

How can i do that ? please suggest 

Regards
Veeraj
Mon, 2005-05-30 09:25
Joined: 2004-05-24
Forum posts: 982
Re: markable listview problem
Acelias already replied to your question. From CSelectionIndexArray* you can get all selected items.

pirosl

Mon, 2005-05-30 13:40
Joined: 2005-02-22
Forum posts: 39
Re: markable listview problem

hi
thanks   ...   i did it ..

regards
veeraj thaploo 
  • Login to reply to this topic.