Click here to Skip to main content
15,899,020 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,
i have read the above article and couldn't solve my problem
i have a CListCtrl where i would like to change the color on a specific block (row|column) and not to the entire row or the entire column.
also i want to do it right after i make my SetItemText(..) line (what i mean is that i need to change color dynamicaly.
thanks
Posted

It looks like you want to ask this question to an author related to his/her article.

I would suggest you to please use the forum present at the end of the article in order to reach author and get quick response. Rarely you will find authors reading this forum.

Please post the same at the article's message forum.
 
Share this answer
 
You're going to have to handle the OnPaint event, and set the control to be "owner-drawn". It should be a simple matter to find examples using google.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900