Property 'bold' is read only
we were going to make a program with controlls that change the font properties, but whenever we try to use bold, it comes up as read only. the book doesn't help and the teacher is stumped.
the code im using is similar to:
Code Block
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
TextBox1.font.bold = True
End Sub
How do you change the bold property of text using a button or check box in visual basic 2005 express or 6.0?
How do you change a property from read only?
How do you change a property from read only?

