How do you change the text color of a Clistctrl item (report view)?
From stackoverflow
-
You need to handle the NM_CUSTOMDRAW message and change the text color in that handler.
For an example, see this article.
0 comments:
Post a Comment