搜索资源列表
CListCtrlfjs
- 在一个别人自画CListCtrl基础上加入很多功能 可以: 1.设置任单元格文字颜色和背景颜色 2.设置任单元格图标 3.设置所先列的颜色 4.排序功能 5.让前N列不可调整大小 6.自画CHeadCtrl 7.第一列像Execl效果 -in a self-portrait CListCtrl others on the basis of a lot of functions can be : 1. The cells set text color and
ListCtrl_v1.2
- 增强功能的Listview控件,可以嵌入Edit,Combobox,CheckBox等多种控件-enhancing function LIST VIEW, can be embedded Edit, Combobox. CheckBox, and other controls
自己用vc6.0结合bcgcb界面库开发的分离视图窗口实例
- 自己用vc6.0结合bcgcb界面库开发的分离视图窗口实例: 1.优美的界面,从标题栏、菜单栏、工具栏、状态栏均为自画图片背景,并随窗口大小动态调准; 2.分离视图,上下左右三个视窗,可实现上两视窗做工作区视窗,范例采用了treeview,下视窗作为日志视窗,范例采用了listctrl; 3.范例treeview视窗间实现了左右拖曳关联的功能,可将左右树节点相互关联,相当实用。-Their interface with vc6.0 with bcgcb database dev
HyperList
- 比ListView数据加载快百倍的HyperList 2.0 这是一个完整版本的正式的媲美Listview控件的控件(DLL),他拥有难以置信的速度和存储构建,排序性能,也可以连接到数据库,支持Listview所有的功能并且有额外的扩展,具体可以看示例.使用HyperList 2.0加载10条记录仅0.02几秒,而用标准的Listview控件加载需要25秒左右.-Hundred times faster than the ListView' s data loading Hype
GenericMFC
- 1, 扩展的ListBox控件, 能显示图标和多行文本 2, XP风格的Button控件 -1, extended ListBox control can display icons and many lines of text 2, XP-style Button Control
ListCtrlTest
- /*** *** ***可设置单元格颜色、字体和图标的ListCtrl列表控件************/ 1、CMyListCtrl重载ListCtrl类,响应NMCUSTROMDRAW消息来改变列表单元格颜色; 2、利用CImageList来建立图标的队列,在OnInitDialog中用SetItem函数指定单元格图标。-/*************** Cell color, font, and the icon ListCtrl list controls can be set**
ContactForm
- upload a file Android phone Android Application Quick Start t Android APK decompile Detailed (p An ANDROID phone audio port commu android police system 60 classic case of learning Andro Activity data text box in return make tem
myChatView
- 使用QML仿写了一个PC端微信的界面,具有以下功能: 1.可以显示文本、图片、音频、视频 2.显示的内容根据“发送方”自动左对齐或者右对齐 3.支持全屏查看图片 4.视频可以播放,不过好像需要安装解码器(我装的是LAV Filters)-QML copy of the use of a PC end micro channel interface, with the following functions: 1 can display text, pictures, a
FFTcodeCalculateDrow
- In the following we continue the review of number systems according to Fig. 2.1 (p. 53). The unconventional fixed-point number systems discussed in the following are not as often used as for instance the 2C system, but can yield significant imp
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge