Skip to content

Instantly share code, notes, and snippets.

@triyono777
Created April 11, 2022 08:29
Show Gist options
  • Save triyono777/d65629ba00790f8a94a11ab7009e27d6 to your computer and use it in GitHub Desktop.
Save triyono777/d65629ba00790f8a94a11ab7009e27d6 to your computer and use it in GitHub Desktop.
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