Skip to content

Reply To: ghostriderofthenite Ultimate Bot project

#100668

i’m trying find way to make user selected font size in the trivia i figured out color from your code but not select font size

Private Sub Command13_Click()
RichTextBox2.SelFontSize = 12
End Sub

Private Sub Command4_Click()
Form5.Show
End Sub

Private Sub Command6_Click()
On Error GoTo Error_Event:
CommonDialog1.ShowColor
RichTextBox1.SelColor = CommonDialog1.Color
Error_Event:
Exit Sub
End Sub