different fonts in a TextBox

  • Thread starter Thread starter Abubakar
  • Start date Start date
A

Abubakar

Hi ya'all,
I want to know how can I write multiple font text in a textbox , like it can
be done in a rich textbox? I DONT want to use richtextbox control. I want to
write multiple size text with multi colored and multi-font text in one
single textbox.

Very IMp for me to Do This.

Regards, n Thanx.

- Abubakar.
 
Hi,

You can't.
You might implement custom drawing though (OnPaint method or Paint event)
 
As Miha says, you can't.

Any reason you dont want a RichTextBox? it was designed exactly for
multisize multicolor multifont text..
 
Back
Top