Download presentation
Presentation is loading. Please wait.
1
CheckBox i Option Button
2
Private Sub Command1_Click()
If Check1 = 1 Then Text1.FontBold = True Else Text1.FontBold = False End If If Check2 = 1 Then Text1.FontItalic = True Text1.FontItalic = False If Check3 = 1 Then Text1.FontUnderline = True Text1.FontUnderline = False End Sub
3
Private Sub Command2_Click()
If Option1 = True Then Text1.FontBold = True Else Text1.FontBold = False End If If Option2 = True Then Text1.FontItalic = True Text1.FontItalic = False If Option3 = True Then Text1.FontUnderline = True Text1.FontUnderline = False End Sub
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.