L
Lou
How do I get the sub item value?
There is no "Item" property of the subitem?
foreach (ListViewItem lvItem in lvItems.Items)
//This doesn't work
myValue=lvItem.SubItems.Item(1).Value
There is no "Item" property of the subitem?
foreach (ListViewItem lvItem in lvItems.Items)
//This doesn't work
myValue=lvItem.SubItems.Item(1).Value