资源列表
WriteLog
- 写LOG文件程序,其以一种特定的编码向流中写入字符-LOG document written procedures, to a specific coding to flow into the characters
test_list_control
- 虚拟列表:加速显示列表,对大容量数据有效-virtual list control: speed up showing the list control
CheckListBoxCBN
- like the CCheckListBox class provided with MFC, however, it’s use isn’t obvious and the wizard assistance stops at the CListBox class. I’ll describe how to insert it easily in your project. (There may be easier ways to do it, but this is how I do it
CRadioListBox_demo
- 一个简单的RadioListBox类,适合初学者。-A simple RadioListBox class for beginners.
Oscillographtimeoff
- 收集的图表控件,可以在VC上试着用用,很有用呀!-Collected chart control can try to use the VC, useful ah!
CSortListViewCtrlDemo
- WTL CSortListViewCtrlDemo CSortListViewCtrlDemo-WTL CSortListViewCtrlDemo CSortListViewCtrlDemo
vbListViewtest
- vb listview 使用软件,相关内容可联系qq394340402-listview vb
multidisplay
- 如何在列表框中实现多行显示(一个简单小例子,供初学者参考)-Multi-line display in the list box (a simple example, the reference for beginners)
TEMP
- 当ListBox或是ListView显示大数据量的时候总会闪,此控件就解决了这样的问题.-When the ListBox or ListView display when a large amount of data will always flash, this control to solve this problem.
ListViewCell
- 一个扩展的LISTVIEW控件,可以在CELL内部显示下拉列表框-LISTVIEW an expansion of the control, of cells in the internal frame shows the drop-down list
Editing_SubItems_in_ListControl_src
- Editing SubItems in ListControl
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge