CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - listctrl 图标

搜索资源列表

  1. 图标提取_MFC

    0下载:
  2. 用mfc写的一个图标提取程序,选用ListCtrl,ListBox控件-with mfc wrote a program to extract icons, choose ListCtrl, ListBox controls
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:52.67kb
    • 提供者:梁白鸥
  1. listctlrclass

    0下载:
  2. listctrl控件继承实现插入大图标小图标功能,界面编程必要代码-listctrl controls inherit achieve great icon insert small icon functions, interface programming code necessary
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:28.8kb
    • 提供者:宝金网
  1. CreportCtrl

    2下载:
  2. 一个很实用的Listctrl,可以加图标(连Header都可以加图标),可以单Item的编辑,有下拉框,可以改变底色和文字颜色
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:133.06kb
    • 提供者:李熊
  1. evc_ListView

    2下载:
  2. WINCE下一个相当漂亮的listctrl,包括加载背景图片,加载icon图标,自绘scroll(任意加载自己滚动条的图片),动态生成等一系列功能,是我自己编写整合的,绝对漂亮,很有用。
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:224.74kb
    • 提供者:LIMQUAN
  1. listbox_Listctrl

    1下载:
  2. 在evc环境下,用listctrl控件来实现listbox功能,外加背景图片,自绘滚动条,每行前面添加小图标等等高级功能。比用listbox漂亮很多
  3. 所属分类:Windows CE

    • 发布日期:2014-01-17
    • 文件大小:286.83kb
    • 提供者:LIMQUAN
  1. ShowIcon

    0下载:
  2. listctrl的应用,完美实现图标列举!
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:35.05kb
    • 提供者:zhujUN
  1. Dialog_Based

    0下载:
  2. listctrl更改不同列底色,加列表内图标,加选框,排序,编辑- ListView/ListBox
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-15
    • 文件大小:3.63mb
    • 提供者:
  1. MyListCtrl

    0下载:
  2. 一个listctrl,行的颜色可自定义,选中行可以滚动,且前有小图标-listctrl: you can custom color of each row.the item selected can move from right to left with the icon in front of each item
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-30
    • 文件大小:3.8kb
    • 提供者:zhangzhijie
  1. ListCtrl

    0下载:
  2. ListCtrl使用总结,设置ListCtrl的风格,加入列头,把记录,插入列表框中,给列表中插入图标,插入记录时使用额外的信息,lParam 的使用,点击列表框,获取选中行信息-ListCtrl Use Summary
  3. 所属分类:ComboBox

    • 发布日期:2017-03-25
    • 文件大小:5.02kb
    • 提供者:wzx
  1. ListCtrl

    0下载:
  2. ListControl控件可在窗体中管理和显示列表项。可控制列表内容的显示方式,能够以图标和表格的形式显示数据。-ListControl control the management and can be displayed in the form of list items. Can control the list of contents is displayed, can form in the form of icons and display data.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2.81mb
    • 提供者:liren
  1. ReportManage_Unicode

    0下载:
  2. 报表管理器程序,包括树形控件和LIST控件的遍历查找,图标的伸缩,展开的状态等。-using treectrl and listctrl made a filesource manager.
  3. 所属分类:TreeView

    • 发布日期:2017-03-27
    • 文件大小:786.46kb
    • 提供者:AAA
  1. listctrl

    0下载:
  2. VClistctrl添加图标的用法 写法比较详细,值得学习-VClistctrl use to add an icon written in more detail, it is worth learning
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:727byte
    • 提供者:彭玉江
  1. test01

    0下载:
  2. ListCtrl可以实现列表,那么在第一列我们可以在文字前添加ico图标。-ListCtrl can list in the first column, we can add ico icon before the text.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-10
    • 文件大小:1.82mb
    • 提供者:wln
  1. PC_serialalistctrl

    0下载:
  2. MFC中使用MSCOMM控件实现串口通信 代码还实现了listctrl控件的图标显示-The MSCOMM control serial communication code in MFC realized listctrl control icon is displayed
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-11-10
    • 文件大小:3.65mb
    • 提供者:zhd320
  1. listCtrl

    0下载:
  2. 自绘的MFC listCtrl 类可以修改每行颜色图标,自行输入等-Since the MFC listCtrl painted class can modify the color of each line icon, enter your own
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:14.57kb
    • 提供者:周名称
  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
    • 文件大小:22.36mb
    • 提供者:yx
  1. 15714490CListCtrl_demo

    0下载:
  2. listctrl 增加图标,背景色,以及可编辑功能的实现。很漂亮的界面,适合初学者使用。-listctrl increase icons, background color, and can edit functions are implemented. Very nice interface, suitable for beginners to use.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-10
    • 文件大小:1.99mb
    • 提供者:jome
  1. ListCtrl

    0下载:
  2. list Ctrl 添加图标,右边列表控制控件随机添加头像图标,add到左边列表控制控件-add icon
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2.18mb
    • 提供者:lx
  1. ListCtrlDemo_ico

    0下载:
  2. listctr控件使用例程,风格,样式,图标-listctrl control uses routines, style, style, icon
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-28
    • 文件大小:86.58kb
    • 提供者:liuxiao
搜珍网 www.dssz.com