16-06-14, 07:42 AM
تم حلها وهذا الحل :/
PHP كود :
If ListView1.SelectedItems(0).SubItems(1).Text = TextBox3.Text Then
Multiplier = "-"
TextBox4.Text = Val(TextBox4.Text) - Val(ListView1.SelectedItems(0).SubItems(2).Text)
End If

