Tugas 3
MENGHITUNG TOTAL MENGGUNAKAN TOMBOL COMMAND
HITUNG
source code:
Private Sub cmdhitung_Click()
txttotal = Val(txtn1) +
Val(txtn2)
End Sub
Private Sub cmdlagi_Click()
txtn1 = ""
txtn2 = ""
txttotal = ""
txtn1.SetFocus
End Sub
Private Sub cmdkeluar_Click()
Unload Me
End Sub
Private Sub
txtn1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
txtn2.SetFocus
End If
End Sub
Tidak ada komentar:
Posting Komentar