搜索资源列表
ScrollBar
- 采用“遮挡”方法对MFC控件中的滚动条(ScrollBar)进行了美化工作,即保留了滚动条的功能,又美化了界面-" Block" method of beautification work on the scroll bar in the MFC controls (ScrollBar), that retains the functionality of the scroll bar, but also beautify the interface
SkinListDone
- 实现MFC自带的ClistCtrl换肤功能,最强大的是隐藏默认的滚动条,而不失去原有滚动条消息处理能力-Realize MFC own ClistCtrl peel function, the most powerful is hidden the default scroll bar, without losing the original scroll bar messages processing capacity
ScorllBar
- 自己模仿mfc重写的滚动条,不过图片可以根据自己的喜欢更换, 打开对话框后点击button1-Mfc rewrite their own scroll bar to imitate, but the picture may change according to their likes, open the dialog box and click the button1
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge