Presentation is loading. Please wait.

Presentation is loading. Please wait.

CheckBox i Option Button

Similar presentations


Presentation on theme: "CheckBox i Option Button"— Presentation transcript:

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

4


Download ppt "CheckBox i Option Button"

Similar presentations


Ads by Google