Selasa, 14 November 2017

Tugas 3

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

Tugas Etika Profesi

1.  Pinjaman online adalah fasilitas pinjaman uang oleh penyedia jasa keuangan yang beroperasi secara online. Penyedia pinjaman online terse...