Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 CListCtrl 的右下角绘制一个透明的水印图像。
你怎么能用 MFC 做到这一点?(我需要没有闪烁的)。
看看我的博客文章在这里我详细描述了如何做到这一点。
m_List1.SetExtendedStyle( m_List1.GetExtendedStyle() | LVS_EX_FULLROWSELECT | LVS_EX_DOUBLEBUFFER ) 解决了闪烁问题。
但是您如何控制图像中的图标透明度(ownerdrawn.png)?