this adds up the agesCode:Dim count As Integer Dim sum As Integer Dim lstItem As ListViewItem For count = 0 To ListView1.Items.Count - 1 lstItem = ListView1.Items(count) sum = sum + CInt(lstItem.SubItems(1).Text) Next TextBox1.Text = sum
|
Results 1 to 12 of 12
Thread: eeek list view :@Threaded View
|
Click Here to Expand Forum to Full Width |