搜索资源列表

  1. ListCtrlLink_subitem

    0下载:
  2. CListCtrl 中subitem中显示超链接CListCtrl With Web Links
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:21.3kb
    • 提供者:李彦刚
  1. change_a_subitem

    0下载:
  2. Using a drop down list to change a subitem,使用drop down list来更换subitem。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:20.37kb
    • 提供者:学金
  1. Report-ListControl

    0下载:
  2. 解释在Report风格的ListControl里如何编辑次项目-explained in the Report Style Editor ListControl ways to sub-item
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:30kb
    • 提供者:lijia
  1. ListCtrlLink_subitem

    0下载:
  2. CListCtrl 中subitem中显示超链接CListCtrl With Web Links -Subitem in CListCtrl display Ultra CListCtrl With Web Links link
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:29kb
    • 提供者:李彦刚
  1. change_a_subitem

    0下载:
  2. Using a drop down list to change a subitem,使用drop down list来更换subitem。 -Using a drop down list to change a subitem, use the drop down list to change the subitem.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-20
    • 文件大小:20kb
    • 提供者:学金
  1. EditListCtrlSample

    0下载:
  2. 对CListCtrl控件进行了一个扩展,使它即可以编辑主项(Item),又可以编辑子项(SubItem),并尽量符合CListCtrl的操作习惯。-CListCtrl controls carried out on an extension so that it can edit the main items that the (Item), also can edit the subkey (SubItem), and as far
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:31kb
    • 提供者:老夫子
  1. RCSeparator

    0下载:
  2. 改变行高 改变行颜色 可编辑subitem的listctrl subitem可编辑,插入combobox,改变行颜色,subitem的tooltip提示 (13) header 中允许多行字符串 (14) 插入combobox (15) 添加背景图片 http://www.codeguru.com/Cpp/controls/listview/backgroundcolora
  3. 所属分类:Windows编程

    • 发布日期:2024-11-20
    • 文件大小:40kb
    • 提供者:段洪涛
  1. EnableEditListCtrl

    0下载:
  2. 本代码对CListCtrl控件进行了一个扩展,使它即可以编辑主项[Item],又可以编辑子项[SubItem],并尽量符合CListCtrl的操作习惯。 -The code of a CListCtrl control an extended, so that it can edit the main items that the [Item], also can edit the subkey [SubItem], and as
  3. 所属分类:界面编程

    • 发布日期:2024-11-20
    • 文件大小:14kb
    • 提供者:hook
  1. 327943

    0下载:
  2. 进销存管理Retrieves the text of a list view item or subitem. If nSubItem is zero, this function retrieves the item label if nSubItem is nonzero, it retrieves the text of the subitem. For more information on the subitem argume
  3. 所属分类:Windows编程

    • 发布日期:2024-11-20
    • 文件大小:7.6mb
    • 提供者:陈绍章
  1. CGridListCtrlEx

    0下载:
  2. 对标准列表控件进行了改进,增加了排序、编辑等功能-A custom draw CListCtrl with subitem editing and formatting
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:62kb
    • 提供者:qinglong
  1. DBListView98_v.1.85

    0下载:
  2. DBListView98 v.1.85 Functionalities : • Icon, report, list, viewStyle, • Header Hottracking, • Column Sorting,, Hottracking, Drag’n drop • SubItem bitmaps, • new CustomDraw
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:41kb
    • 提供者:Remus Rigo
  1. EditListCtrlSample

    0下载:
  2. 对CListCtrl列表控件进行了一个功能扩展,使它支持双击鼠标实现编辑主项(Item),也可以编辑子项(SubItem),并尽量符合CListCtrl的操作习惯。这个对VC的爱好者们应该很有用,必竟双击编辑已经让我们大部分人感觉很习惯了,因此这个功能的加入是符合注流的。-CListCtrl controls on a list of functions has been expanded to enable it to support
  3. 所属分类:界面编程

    • 发布日期:2024-11-20
    • 文件大小:33kb
    • 提供者:Arizona
  1. editablelistctrl

    0下载:
  2. 获取当前点击的Item和SubItem的序号,获得它的位置,然后在这个位置显示一个CEdit控件就可以实现编辑功能-Access to the current Item and the SubItem Click the serial number, access to its location, and then at this location shows a CEdit control editing features can b
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:28kb
    • 提供者:linjiang
  1. CustomHeader

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

    • 发布日期:2024-11-20
    • 文件大小:46kb
    • 提供者:XiueXi
  1. CMenuIcon

    0下载:
  2. 一个自制的菜单类可以在菜单项中加上小图标-This program is an application based on dialog type which shows how to create a menu class.Small icons can be displayed on each subitem by difining a CIconMenu object to manipulate the operation. The
  3. 所属分类:界面编程

    • 发布日期:2024-11-20
    • 文件大小:53kb
    • 提供者:fandeqiu
  1. EditListCtrlSample

    0下载:
  2. 可编辑子项的listctrl-A ListCtrl can edit subitem
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:42kb
    • 提供者:chidongqi
  1. CSListView

    0下载:
  2. C#在ListView中Subitem列中显示图片-C# column in the ListView displays images in Subitem
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:47kb
    • 提供者:丰富
  1. ListViewEmbeddedControls

    0下载:
  2. 在VS里面有的下拉列的subitem里添加除了文档之外的东西。找了英文资料才找到的。-List view embedded control with open source
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:90kb
    • 提供者:zizhu
  1. Sample_Access_Database

    0下载:
  2. These samples are barchart subitem insert demo code and exe files.
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:11kb
    • 提供者:ktm1
  1. MacProgress_src

    0下载:
  2. These samples are barchart subitem insert demo code and exe files.
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-11-20
    • 文件大小:10kb
    • 提供者:ktm1
« 12 »

源码中国 www.ymcn.org