Created
April 11, 2022 08:29
-
-
Save triyono777/d65629ba00790f8a94a11ab7009e27d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private Sub btn_show_Click() | |
Label_result = Text_nama | |
End Sub | |
Private Sub btn_show_menu_Click() | |
Form_selamat_datang.Hide | |
Form_menu.Show | |
End Sub | |
Private Sub Check_bold_Click() | |
Label_result.FontBold = Check_bold.Value | |
End Sub | |
Private Sub Check_italic_Click() | |
Label_result.FontItalic = Check_italic.Value | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment