Hello! I have this code:

For i = 1 To Form1.ListView1.ListItems.Count
Form1.ListView1.ListItems.Item(i).SubItems(1) = 0
Next

and the subitems get 0 all time i make a refresh of listview, how can i make a code, that could reserve existing values on subitems and while there is a refresh the existing value doesn't dessapear?

Thanx