Quote Originally Posted by WoF View Post
Form1.ListView1.ListItems.Item(i).SubItems(1) = Form1.ListView1.ListItems.Item(i).SubItems(1) + 1

Is this really what you want?
i've already done it but the case is that the listview every time make refresh and all subitems disappear, so i need that the Form1.ListView1.ListItems.Item(i).SubItems(1) = Form1.ListView1.ListItems.Item(i).SubItems(1) + 1 work after listview refresh