i have 6 collumn in a listview , how do i multiply each data by row in collumn 4 and 5 and display the result in collumn 6.??
Inline Code Example Here
Dim itm As ListViewItem
str(0) = txttarikh.Text
str(1) = txtresit.Text
str(2) = Txtkod.Text
str(3) = Txtnama.Text
str(4) = Txtharga.Text
str(5) = txtkuantiti.Text
str(6) =
itm = New ListViewItem(str)
ListView1.Items.Add(itm)