1. 首页
  2. 编程语言
  3. C++ 
  4. 如何控制列表控件的一行颜色显示

如何控制列表控件的一行颜色显示

上传者: 2021-04-25 11:28:40上传 RAR文件 15.54KB 热度 14次
理解这个程序的关键是理解Common控件的WM_NOTIFY消息 这个消息先发给控件自身,自己处理后再决定要不要发给父窗口。 WM_NOTIFY的消息通知码有很多种,如下表 Notification Sent When NM_CLICK The control is clicked with the left mouse button. NM_DBLCLK The control is double-clicked with the left mouse button. NM_RCLICK The control is clicked with the right mouse button.
下载地址
用户评论
码姐姐匿名网友 2025-03-22 07:33:00

不错,主要是学习一下