Topic: Borland C++4.5 Font Colors in TStatic Controls


Author: ejohnson@netcom.com (Eric Johnson)
Date: 1995/05/05
Raw View
deanhen@aol.com (DEANHEN) writes:

>Once I have the handle, (t), I would like to change the color of the fonts
>from black to red.  I haven't found a way so far.  I've tried
>settextcolor(), etc. but it hasen't been what I'm looking for.  Anyone
>done this got any ideas? Your help is internet
>excellent.

Try to find a more appropriate group for your question.  This has
nothing to do with C++.

-Eric





Author: deanhen@aol.com (DEANHEN)
Date: 1995/04/30
Raw View
I am currently writing a program that needs to display BIG fonts on the
display.

I went into Resource workshop and created a Static control with a font
size of 200.  In my source I

TStatic *t = new TStatic(id, ...)

Once I have the handle, (t), I would like to change the color of the fonts
from black to red.  I haven't found a way so far.  I've tried
settextcolor(), etc. but it hasen't been what I'm looking for.  Anyone
done this got any ideas? Your help is internet
excellent.