CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 ListView/ListBox 搜索资源 - 重载

搜索资源列表

  1. WinCECOLLECT

    0下载:
  2. WinCE下listview等一系列控件重载,包括示例代码,功能非常强大!-WinCE error under a series of heavy controls, including sample code, which is very powerful!
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:91420
    • 提供者:XP
  1. GridEx

    0下载:
  2. 一个重载过的CListCtrl,包含树控件,使CListCtrl的项可以象树控件一样展开-a heavy off CListCtrl, including tree controls, the CListCtrl like, we can begin the same tree controls
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:71102
    • 提供者:乐天
  1. 20040312161342_XListBox_demo

    0下载:
  2. 一个重载CListBox的控件,实现自画,可以动态修改背景颜色和前景色.-a heavy CListBox the control and achieve self-portrait, can dynamically change the background color and foreground color.
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:52053
    • 提供者:乐天
  1. listbox 工具窗口

    0下载:
  2. listbox 的拓展程序,一个自定义的listbox,对DRAWITEM进行重载-listbox expansion process, since the definition of a listbox. for heavy right DRAWITEM
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:2035433
    • 提供者:吴忠
  1. ListCtrl111

    0下载:
  2. 功能: ListCtrlEdit 一般编辑框 ListCtrlMaskEdit 带掩码的编辑框 ListCtrlCurrencyEdit 货币编辑框 ListCtrlDateEdit 日期编辑框 ListCtrlComboBox 组合框 我没有重载ListCtrl而是直接把各类编辑框贴在它上面 -functions : ListCtrlEdit general editor ListCtrlMaskEdit box with masking frame editor
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:50586
    • 提供者:杨飞
  1. CustomHeader.zip

    0下载:
  2. C# 要实现ListView的各行各列重绘是一件很麻烦的事情,最近就确定要实现一个功能需求,在一个ListView各行的第二列(Details模式)加入一个小图标。之前已经领教过ListView的设置,要开启重绘ListView各行,就必须重载它的OnDrawSubItem,但是ListView默认是不会执行你重载的OnDrawSubItem事件的,除非你把它OwnerDraw设置为true,即打开由用户控制绘图模式。然而让人抓狂的是,OwnerDraw=true后,整个ListView的Ite
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-28
    • 文件大小:46614
    • 提供者:XiueXi
  1. CEditListCtrl

    0下载:
  2. 重载CListCtrl,实现可编辑的CListCtrl,-Reload CListCtrl, achieve editable CListCtrl,
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-28
    • 文件大小:2438
    • 提供者:huangbohuan
  1. ListCtrl

    0下载:
  2. ListCtrl 重载DrawItem,实现自绘制, 使得listCtrl在失去焦点时,仍显示高亮选中状态。-ListCtrl heavy DrawItem, to achieve self-drawn, making the loss of focus in listCtrl still show highlights selected.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-09
    • 文件大小:1920416
    • 提供者:alex
  1. TransparentListBox

    0下载:
  2. 通过重载CListBoxt完成自己的listbox重载,支持更改背景颜色、字体颜色;并支持横向滚动条;而且支持滑轮滚动-Through heavy-duty CListBoxt complete its listbox overloaded to support the change the background color, font color and support the horizontal scroll bar and support for scroll wheels
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-29
    • 文件大小:4878
    • 提供者:tanting
  1. new_list_ctrl

    0下载:
  2. 以重载DrawItem的方式,实现一个自画的ListCtrl-DrawItem way to heavy-duty, self-realization of a painting ListCtrl
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-29
    • 文件大小:11807755
    • 提供者:chenkuo
  1. CListViewMultiline

    0下载:
  2. VC++ 界面编程,重载DrawItem,实现多行显示功能,非常经典,值得参考-VC++ interface programming, heavy DrawItem, multi-line display, very classic, it is also useful
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-10
    • 文件大小:1971912
    • 提供者:明白人
  1. listctrlex_21

    0下载:
  2. listctrlex_自定义表格.重载listctrl实现部分自己绘制功能-listctrlex_ custom form. overridden to achieve some of its rendering capabilities listctrl
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-29
    • 文件大小:198258
    • 提供者:五月
  1. listctrlColor

    0下载:
  2. 没有重载的listctrl,可以达到自绘颜色的要求! -listctrl for color
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-03
    • 文件大小:35105
    • 提供者:史智魁
  1. DataList

    0下载:
  2. 双击 可以编辑、修改内容的CListCtrl 重载InSert函数,使其可以指定可被修改的列-editable CListCtrl
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-05
    • 文件大小:3237
    • 提供者:张松涛
  1. ClassList

    1下载:
  2. 这是一个重载CListCtrl控件的自绘类,挺不错的-This is an overloaded CListCtrl control since the painting class, very good
  3. 所属分类:ListView-ListBox

    • 发布日期:2014-08-02
    • 文件大小:19456
    • 提供者:温祖江
  1. HeaderCtrlCl

    0下载:
  2. CListCtrl控件重载,可以改变CListCtrl的每项颜色,字体颜色,表头宽度、颜色。-CListCtrl control heavy duty, can change CListCtrl each color, font, color, meter width color
  3. 所属分类:ListView-ListBox

    • 发布日期:2014-06-10
    • 文件大小:8192
    • 提供者:龙刚
  1. ListCtrlSortTest

    0下载:
  2. 直接重载,可实现CListCtrl,点击表头排序,从国外网站上收集,很好用,可自动识别每一列是否是数据,然后进行排序。-Overloaded directly, you can achieve the CListCtrl click on table header to sort, collected from foreign websites, easy to use, can automatically identify whether each column is data, and th
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-11-17
    • 文件大小:7393280
    • 提供者:
  1. EditListCtrl

    0下载:
  2. VC++6.0 重载CListCtrl控件,实现在该控件上可以编辑的功能-The CListCtrl control on the control can be edited VC++6.0 reload function
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-11-14
    • 文件大小:3827
    • 提供者:卡卡
  1. ListCtrlTest

    0下载:
  2. /*** *** ***可设置单元格颜色、字体和图标的ListCtrl列表控件************/ 1、CMyListCtrl重载ListCtrl类,响应NMCUSTROMDRAW消息来改变列表单元格颜色; 2、利用CImageList来建立图标的队列,在OnInitDialog中用SetItem函数指定单元格图标。-/*************** Cell color, font, and the icon ListCtrl list controls can be set**
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-11-14
    • 文件大小:23451085
    • 提供者:yx
搜珍网 www.dssz.com