|
-
October 13th, 1999, 02:40 AM
#1
List Control & Colors
When I insert items into a list control.. Can
I change the color of the text that is displayed?
Thanks in advance!
-
October 13th, 1999, 03:21 AM
#2
Re: List Control & Colors
Hi. Yes, you must create the list control with style LVS_OWNERDRAWFIXED. Then the list control will send the message WM_DRAWITEM for each list item to its parent. In the parent catch this message and draw the list item in the way you like.
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
|