Hi I currently have a texbox that prints out info to the user when they press diffrent buttons. I was wondering if there was a way to make only some of my text bolded while
You will need to use a RichTextBox to achieve this:
Your Name:
But why would you want "Your Name" to be editable? Surely you would want it as a separate, readonly, label?