i beleive it is possible to have a chunk of text in a static of a certain color, and another chunk of another color.. how would i go about doing that?
thanks
Printable View
i beleive it is possible to have a chunk of text in a static of a certain color, and another chunk of another color.. how would i go about doing that?
thanks
you can subclass the static control and handle the WM_PAINT message, but this effectively means you're creating a new control...
It is not possible directly (to the best of my knowledge).
ok, so to get started, is there any place to advice me to look at? i am curretnly looking at the plat. sdk stuff.. is there anywhere you think i should take a look?
I just thought about it... you could also create more than 1 static control - maybe dynamically.