I would like to set the color of the CListCtrl column text to different colors.
As SetTextColor(blue) will set the entire CListCtrl to blue.(Not the specific column that I want.)
To summarize of what I want...

Column1 Column2 Column3
White Blue Red
Blue Blue Green

Please help.....