ImLearningDotNet
Member
My goal is to apply bold to a text when a certain event occurs. I have tried using
But when I do that I get an error saying that this is a read only property. So I am stumped as to how to apply this change. Does anyone know? I tried searching google but, I only could find explanations dealing with richtextboxes.
VB.NET:
me.TextBox.Font.Bold = True
But when I do that I get an error saying that this is a read only property. So I am stumped as to how to apply this change. Does anyone know? I tried searching google but, I only could find explanations dealing with richtextboxes.