tugas visualbasic
NAMA : AHMAD SOLIHIN NPM : 18100076 KELAS : CALIND 2 1. Tugas 1 Private Sub tbl_bersih_Click() Text1.Text = "" Text2.Text = "" Text3.Text = "" End Sub Private Sub tbl_keluar_Click() End End Sub Private Sub tbl_lagi_Click() Text1.Text = "" Text2.Text = "" Text3.Text = "" End Sub Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Text2.SetFocus End If End Sub Private Sub Text2_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Text3.SetFocus End If End Sub 2. Tugas 2 Pr...