W
Wayne Wengert
I am trying to set the text in a textbox to Bold but I keep getting an error
that 'Bold" is ReadOnly? My code is as follows:
Dim N As New Form1()
If CheckBox1.Checked = True Then
N.TextBox1.Font.Bold = True
End If
that 'Bold" is ReadOnly? My code is as follows:
Dim N As New Form1()
If CheckBox1.Checked = True Then
N.TextBox1.Font.Bold = True
End If