ListView / how to select subitem by mouse

emrangrf

Newcomer
Joined
Nov 19, 2005
Messages
1
Dear All,
i need my listview to be editable, i read about the solution but now i have one problem which is: how to select a subitem by mouse. am using:
listview1.items(0).subitems(2).text
to retrieve the text in the 3rd column from the 1st row,

i know also that i can use:
listview1.foucseditems.subitems(2).text
to retrieve the text in the 3rd column from the selected row,

but how can i select just that subitem, i think that i need some variable to use as an index parameter to subitem, but, what is this variable??!?!?!??! i dont know. in case that there is such a variable, the following will be great for me:
listview1.foucseditems.subitems(Variable).text

where (Variable) indicates to the selected subitem.


thanks for help

Emran
 
Last edited:
Back
Top