emrangrf Posted November 21, 2005 Posted November 21, 2005 (edited) 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 Edited November 21, 2005 by emrangrf Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.