Tugas 3.3
Private Sub Cmdbatal_Click() txtnama.SetFocus txtnama.Text = "" txtnpm.Text = "" txtjur.Text = "" txtps.Text = "" txttm.Text = "" txturut.Text = "" End Sub Private Sub Cmdkeluar_Click() Unload Me End Sub Private Sub Cmdlagi_Click() txtnama.SetFocus txtnama = "" txtnpm = "" txtjur = "" txtps = "" txttm = "" txturut = "" End Sub Private Sub Cmdproses_Click() Dim S As String txttm.Text = "20" & Left(txtnpm.Text, 2) S = Mid(txtnpm.Text, 3, 1) If S = "1" Then txtjur.Text = "Sistem Informasi" txtps.Text = "Strata Satu" ElseIf S = "2" Then txtjur.Text = "Manajemen Informatika" txtps.Text = "Diploma Empat" ElseIf S = "3" Then txtjur.Text = "Tehnik Informatika" txtps.Text = "Diploma Tiga" ElseIf S = "4" Then txtjur.Text = ...