Click here to Skip to main content
15,913,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a list control in VC++ MFC with some rows and columns. I have to color some part of a string present in one of the cell(row,column). How can i do it? e.g . in row 1 and column 2 has some string say "Hello World" and I have to color "World" only to Red then how should i do it? Please reply asap.
Posted

1 solution

It could turn out to be a bit heavy.
Try this - CWnd/WTL based HTML List Control with different row heights[^]
 
Share this answer
 

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