Z
Zach
Re a ListView
I would like to establish what is in the first
column of a row of which I know the index (k).
(Given that the list view is filled with data.)
I have tried e.g.:
MessageBox.Show(listView1.Items[k],SubItems[1].ToString())
but this doesn't work.
What is the correct *code*?
Many thanks.
I would like to establish what is in the first
column of a row of which I know the index (k).
(Given that the list view is filled with data.)
I have tried e.g.:
MessageBox.Show(listView1.Items[k],SubItems[1].ToString())
but this doesn't work.
What is the correct *code*?
Many thanks.