搜索资源列表
ListCtrl
- 一个使用ListCtrl控件做成的对话框,单击控件可以弹出下拉列表框。-use a ListCtrl caused by the dialog box controls, the controls can be activated by clicking the drop-down list box.
CGfxListView
- 增强的列表控件,其特点如下: 整行的高亮显示 自动列排序 支持背景图片和混合高亮选择 支持水平和垂直表格 可拖动的列 用格式对话框定制列的格式 使用列管理器管理列 支持分类视图-enhanced control list, as follows : The whole show highlighted automatic sorting out support background images and mixed highlighter choose to support horizontal
sortlistctrl
- 我们在一般的VC中编程时用到的对话框一般不能任意变大小,只能变最大或者最小,这个程序实现了任意变对话框大小的功能,而且对话框上面的控件可以方便的重定位,并可以限制最大和最小值.希望对你有帮助,好代码大家共享,共同学习.-in general programming at the VC to use the dialog generally not arbitrarily change size, can only be the largest or smallest, the process t
VC控件 TreeCtrl
- 目录树控件的基本操作源代码,也包括列表控件操作的源代码。非对话框的显示-tree controls the basic operation of the source code, including operating table controls the source code. Non-box display
Power列表控件
- 本程序实现一个功能强大的列表视控件,本控件具有下列特征: 整行加亮;对列自动排序(用数字和文本序列); 支持背景图像和混合加亮选择; 支持水平和垂直网格;可拖动的列; 通过Format对话框,可以定制列格式(大小、对齐);用Column Manager管理列; 支持分类视(象Outlook 98) 在每个单元中,支持定制文本颜色、字体和网格边界; 自动从注册表中存储和装入信息; 打印支持; 每个单元支持图像; 列视的头支持图像;使用多信息编辑控件编辑子项; 用组合框控件支持子项编辑;自动拷贝项到
XPStylecontroller
- 一个很不错的XP风格的对话框和几种控件的例子-a very good XP-style dialog boxes and controls several examples
CDlgExplorer
- 在对话框中实现资源管理器的基本浏览功能,用类实现,只要从代码中的控件类继承的控件就可以实现资源管理器的功能了.
list_add_delete
- 1. 在建立的对话框工程中加入列表控件,该控件以report的模式显示。2. 在列表控件中插入多行数据,删除多行数据。3. 在列表控件中选中某一行,显示选中的行数和该行中每一列的值。4. 双击列表控件中的某一行,显示选中的行数。-1. The establishment of a dialog box listing engineering controls, the controls to report the models suggest. 2. The list of controls t
ListCtrl多线程
- 编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-prepared a multithreaded process (two threads), a thread to the list of controls to insert data, a reading list and display controls the data show that aft
ListControl
- 实现对话框上控件的可以自由拖动,改变大小!-Can freely drag the control on the dialog box, change the size!
ListBox
- C++,Visual C++2008 利用ListBox控件实现对话框功能-C++,Visual C++2008,ListBox
supcode_10291
- 本控件具有下列特征: 整行加亮; 对列自动排序(用数字和文本序列); 支持背景图像和混合加亮选择; 支持水平和垂直网格; 可拖动的列; 通过Format对话框,可以定制列格式(大小、对齐); 用Column Manager管理列; 支持分类视(象Outlook 98) 在每个单元中,支持定制文本颜色、字体和网格边界; 自动从注册表中存储和装入信息; 打印支持; 每个单元支持图像; 列
051909020215
- 列表控件中实现扫描个驱动器并显示 VC对话框中实现,不足之处请指正, made by pluer-Scan the list of controls to achieve a drive and display dialog VC realized the inadequacies Please correct me, made by pluer
primax2
- 动态创建对话框及列表控件,及数据库的使用-dinamic to generate the dialog and list control
20080303dayin
- 此程序为一个基于对话框程序的打印及打印预览的源码,直接打印和预览的对话框上CListCtrl控件的显示内容。-This program is a dialog-based program source code printing and print preview, print and preview of the dialog box directly on the CListCtrl control display.
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
ListViewControl
- 以一个实例展示在对话框模版中使用列表控件的方法和过程。包括设置列表控件的风格并添加数据,添加处理程序实现对用户选中项的文本信息的获取。-In one example demonstrates the use of the method and process list controls in the dialog template. Including setting style list control and add the data, add a handler to achieve ac
GridCtrlTest
- 基于visual c++用CGridCtrl表格控件编写的一个小对话框程序(The dialog procedure written in control CGridCtrl based on visual c++)
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge