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.Check ed = True Then
N.TextBox1.Font .Bold = True
End If
--
------------------------------------
Wayne Wengert
wayne@wengert.o rg
that 'Bold" is ReadOnly? My code is as follows:
Dim N As New Form1()
If CheckBox1.Check ed = True Then
N.TextBox1.Font .Bold = True
End If
--
------------------------------------
Wayne Wengert
wayne@wengert.o rg
Comment