click

ry

Private Sub CMD_Click()
End
End Sub

Private Sub cmdhitung_Click()
Textdis = Val(Textha) * 0.1
Textak = Val(Textha) – Val(Textdis)
End Sub

Private Sub Cmdquit_Click()
End
End Sub

Private Sub cmdulang_Click()
Textha.SetFocus
Textha = “”
Textdis = “”
Textak = “”
End Sub

Private Sub Textha_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Textdis = Val(Textha) * 0.1
Textak = Val(Textha) – Val(Textdis)
End If

End Sub

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment