Is it possible to have a single TextBox with the first 3 characters painted
red, the next 4 characters in black and bold and the rest of the
TextBox.Text in plain black?
My first thought is to implement an own Paint method - but how do I have to
do that?
Thanks a lot in advance,
Timo
// add this method
private void PaintBox(object sender, PaintEventArgs e)
{
}
then u can use e.Graphics.DrawString(....) put it a pain in the ass to do
that coz u have to mesure the string and everything ...
Hope this ll help
Hatim
"Timo Rosenblatt" <rosen...@ifap.de> wrote in message
news:#Lv#wrNxBHA.2520@tkmsftngp02...