|
-
Mar 21st, 2002, 08:03 PM
#1
Thread Starter
Hyperactive Member
different color for static text
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
Amon Ra
The Power of Learning.
-
Mar 22nd, 2002, 01:30 PM
#2
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).
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 22nd, 2002, 06:36 PM
#3
Thread Starter
Hyperactive Member
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?
Amon Ra
The Power of Learning.
-
Apr 2nd, 2002, 10:45 AM
#4
I just thought about it... you could also create more than 1 static control - maybe dynamically.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|