Rich Text Box

  • Thread starter Thread starter Bill English
  • Start date Start date
B

Bill English

How do I make a button apply bold to a textbox, the
RichTextBox.Font.Bold property is read only?
 
Try the following code

If it doesn't help you, mail me at (e-mail address removed), (e-mail address removed)

With regards

Sadha Sivam
Malleable Minds software pvt Ltd.
 
Sorry i forget to attach the solutio

Try this

RichTextBox1.SelectionFont = New System.Drawing.Font(RichTextBox1.SelectionFont, FontStyle.Bold
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top