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

Smartwatch Nokia Steel Kini Punya Varian Edisi Terbatas

Kerjasama MediaTek dan Google Akan Mempermudah Produsen Merakit Smartphone Android

PROGRAM 3.6 BP1