|
-
April 17th, 2009, 02:09 AM
#1
Need help with ReDim
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|