I got a ownerdrawn clistctrl that I have a bk image in. How do I make the selected item background color about 50% transparent (I want to blend it with the bkimage)?
I got a ownerdrawn clistctrl that I have a bk image in. How do I make the selected item background color about 50% transparent (I want to blend it with the bkimage)?
In the CListCtrl::DrawItem(LPDRAWITEMSTRUCT) function, you can manage the CDC object for fill each item to transparent. I also need this implementation (with 100% transparent), and if you get please tell me how make it. []'s Cris.