Hello there, I have this code:
If listItem.SubItems.Item(0).Text = " " Or listItem.SubItems.Item(0).Text = "" Then
ListView1.Items.Remove(listItem)
End If
Now is it possible to make somehow to it actually count how much items got removed ? Want to show it example as:
'Clearing completed. XX Lines were removed.'