|
-
April 17th, 2009, 10:16 AM
#7
Re: Need help with ReDim
 Originally Posted by WoF
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
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
|