Tugas 2.6
Mengedit Nama
Source Code :
Private Sub Check1_Click()
Label2.FontBold = Check1.Value
End Sub
Private Sub Check2_Click()
Label2.FontItalic = Check1.Value
End Sub
Private Sub Command1_Click()
Label2.Caption = Text1.Text
End Sub
Private Sub Command2_Click()
End
End Sub
Private Sub Option1_Click()
Label2.ForeColor = vbBlue
End Sub
Private Sub Option2_Click()
Label2.ForeColor = vbRed
End Sub
Selasa, 21 November 2017
Langganan:
Posting Komentar (Atom)
Tugas Etika Profesi
1. Pinjaman online adalah fasilitas pinjaman uang oleh penyedia jasa keuangan yang beroperasi secara online. Penyedia pinjaman online terse...
-
Tugas 2.5 Membuat Font Color dan Font Style Source Code : Private Sub chkBold_Click() If chkBold.Value = 1 Then lblTeks.FontBold...
-
TUGAS 3.5 Source Code: Private Sub cmdkeluar_Click() End End Sub Private Sub cmdlagi_Click() txtkt = "" txtht = ...
-
TUGAS 3.2 Source Code: Private Sub cmdbatal_Click() txtnama = "" txtnpm = "" txtjurusan = "" t...
Tidak ada komentar:
Posting Komentar