Jean-Christophe
2014-01-17 18:02:51 UTC
Hi All,
I want to retreive the color of the text displayed in a cell
of a ListView (where different cells have different text colors)
I tried to use this :
COLORREF ListView_GetTextColor( HWND hwnd );
but it doesn't work since I need to get the
text color of a particular cell of the list.
How can I do that ?
I want to retreive the color of the text displayed in a cell
of a ListView (where different cells have different text colors)
I tried to use this :
COLORREF ListView_GetTextColor( HWND hwnd );
but it doesn't work since I need to get the
text color of a particular cell of the list.
How can I do that ?