搜索资源列表
Calendar
- 完成了一个日历备忘录,可以在ListCtrl中显示 备忘录的时间和提示消息。 并且可以 设置定时,到了设置的时间自动弹出对话框提示-Use the MFC VC++ compilation, a simple calendar and show the content and exact time on the listctrl then you can set the time, and get the message.
ColorListBox
- 彩色对话框 这个个彩色对话框 大家一起学习 mfc的 -color Dialog
MyVc5
- MFC控件的基础应用,集合了按钮控件,列表控件,静态文本空间,编辑框控件,下拉列表控件,对基于对话框的设计达到了较高的水准-MFC control, a collection of button controls, list controls, static text space, edit box control, the drop-down list control, dialog-based design to achieve a higher level
changecolorlist
- mfc模式对话框窗口控件修改,改变listctrol某行背景色-Change listctrol one row background color
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
DialogListView
- 创建基于对话框的MFC工程,在对话框中建立一块区域用来显示ListView数据。-Create a dialog-based MFC project to establish a regional ListView to display data in a dialog box.
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge