PROGRAM 2.2 BP1

Private Sub Commandhitung_Click()
Text2 = Val(Text1) * 0.15
Text3 = Val(Text1) - Val(Text2)
End Sub

Private Sub Commandulang_Click()
Text1 = ""
Text2 = ""
Text3 = ""
End Sub

Private Sub Commandquit_Click()
Unload Me
End Sub



Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Text2 = Val(Text1) * 0.15
Text3 = Val(Text1) - Val(Text2)
End If
End Sub

 

Komentar

Postingan populer dari blog ini

PROGRAM 3.8 BP1

PROGRAM 2.6 BP1

PROGRAM 3.6 BP1