积极答复者
怎样用Costom Draw改变一个CListCtrl的高亮选择文字颜色和背景色

问题
答案
-
http://www.codeproject.com/KB/list/lvcustomdraw.aspx
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Yi Feng LiModerator 2010年7月23日 2:30
-
itemprepaint的时候setitemstate,itempostpaint的时候改回来
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Yi Feng LiModerator 2010年7月23日 2:30
全部回复
-
http://www.codeproject.com/KB/list/lvcustomdraw.aspx
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Yi Feng LiModerator 2010年7月23日 2:30
-
还有个办法是画之前把选择去掉,画之后还原
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
itemprepaint的时候setitemstate,itempostpaint的时候改回来
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Yi Feng LiModerator 2010年7月23日 2:30