Laman

Selasa, 14 November 2017

Tugas 2_2

txtnpm.SetFocus
End Sub


Private Sub Label3_Click()

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

Tidak ada komentar:

Posting Komentar