Hi I realy need help on how to change the text color of a single CListCtrl item at the list while the rest of the list needs to stay at the same color it has. Thanks in advance Assay
A
assay
@assay
Posts
-
I Need to change a single CListCtrl item color -
Why I shoun't call CView::OnPaint() for painting messagesMany thanks ! Do you know about more methods for redrawing the window except for calling the Onpaint()?
-
Why I shoun't call CView::OnPaint() for painting messagesHow do i do that?
-
Why I shoun't call CView::OnPaint() for painting messagesHi Why at the end of the OnPaint() there is a comment saying: // Do not call CView::OnPaint() for painting messages ? what should i do for refreshing the window, i try to call the function Invalidate() but when I call it the screen blinks. Please advice. Regards Assay.