Items(0)= 10 , Items(1)= 5 , Items(2)= 3 , Items(3)= 2 … items (i)
and I want to pluse all the item. I used this code to do this but it didn't success with me it pulse only tow items.
Dim i As Integer Dim j As Integer For i = 0 To ListView1.Items.Count - 1 j = 0 TextBox1.Text = Val(ListView1.Items(i).Text) + Val(ListView1.Items(j + 1).Text) Next i
This post has been edited by Mangore: 15 October 2008 - 05:57 AM

New Topic/Question
Reply




MultiQuote




|