Private Sub Command1_Click()
List1.AddItem Text1.Text
List2.AddItem Text2.Text
List3.AddItem Text3.Text
End Sub
Private Sub Command2_Click()
Dim a As Integer
Dim b As Integer
elsay = List1.ListCount - 1
For i = 0 To elsay
a = List2.List(i)
b = List3.List(i)
List4.AddItem hesapla(a, b), i
Next
End Sub
Function hesapla(x As Integer, y As Integer) As Double
hesapla = x - (x * y / 100)
End Function
süleyman keskin
alone_wolf_1117@hotmail.com