code below displays only nr of items until selected item, so if i have 5 items in listview & i select item nr.4 the code will say that i have 3 items in the list instead of 5. So how I know how many items are in listview?
Code:ListView1.SelectedIndices.Item(0).ToString





Reply With Quote