如何控制列表控件的一行颜色显示
理解这个程序的关键是理解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.
文件列表
ctllistboxcolor.rar
(预估有个16文件)
CtlListBoxColor
ListCtrl
ListCtrlDlg.cpp
5KB
ListCtrlDlg.h
1KB
StdAfx.cpp
210B
MyList.h
1KB
ListCtrl.cpp
2KB
ListCtrl.dsw
539B
ReadMe.txt
4KB
StdAfx.h
1KB
暂无评论