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

搜索资源列表

  1. SortListCtrlTest

    0下载:
  2. 下拉列表排序,使用时把两个头文件加到工程里即可。-drop-down list, in order of use of the two header files can be added to the project Lane.
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:16.2kb
    • 提供者:郭苏苏
  1. SynchScroll

    0下载:
  2. Shows the synchronization of scrolling of two list controls-Shows of the synchronization of scrolling two list controls
  3. 所属分类:ListView/ListBox

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

    0下载:
  2. 这次我将介绍如何更改其他程序ListView控件中某个Item的内容,关于类似的拙文我已经写了两篇,-this time, I will show you how to change other procedures ListView control in a certain Item content, on a similar Autonomy I have written two,
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:78.49kb
    • 提供者:wei
  1. mytreelist1

    0下载:
  2. 实现自己的TREELIST,该例子把TREE和LIST结合起来实现了两者的功能-realize their TREELIST. the examples and put TREE LIST combine to achieve the two functions
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:63.34kb
    • 提供者:李洋
  1. CTreeViewandCListViewcommunication

    1下载:
  2. 一个CTreeView与CListView联合与通信的实例,有了它,可以很方便的实现两视图操作-CTreeView with a joint and communications CListView examples With it, it is easy to achieve the two operations View
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:50.54kb
    • 提供者:肖士利
  1. DragTest_demo

    0下载:
  2. 实现了两个不同listctrl之间item的拖拽功能,很不错-achieved between two different listctrl drag the item functions, is pretty good
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:30.73kb
    • 提供者:范丹丹
  1. ListCtrl多线程

    0下载:
  2. 编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-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
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:35.11kb
    • 提供者:钱彦江
  1. Clistctrl_DragTest_demo 可以在一个clistctrl 里面拖动 item

    0下载:
  2. 可以在一个clistctrl 里面拖动 item,也可以在两个之间拖拽item,很好的学习code-Clistctrl which can be a drag item, you can drag and drop between the two item, good learning code
  3. 所属分类:ListView/ListBox

    • 发布日期:2017-03-24
    • 文件大小:31.03kb
    • 提供者:li
  1. 自己用vc6.0结合bcgcb界面库开发的分离视图窗口实例

    0下载:
  2. 自己用vc6.0结合bcgcb界面库开发的分离视图窗口实例: 1.优美的界面,从标题栏、菜单栏、工具栏、状态栏均为自画图片背景,并随窗口大小动态调准; 2.分离视图,上下左右三个视窗,可实现上两视窗做工作区视窗,范例采用了treeview,下视窗作为日志视窗,范例采用了listctrl; 3.范例treeview视窗间实现了左右拖曳关联的功能,可将左右树节点相互关联,相当实用。-Their interface with vc6.0 with bcgcb database dev
  3. 所属分类:ListView/ListBox

    • 发布日期:2017-06-16
    • 文件大小:23.4mb
    • 提供者:acidy
  1. MYCTRLEX 对ListCtrl进行扩展

    0下载:
  2. 两个自定义扩展功能: 1.对ListCtrl进行扩展,以实现自由指定ListCtrl的某列,将其列宽固定; 2.对ListCtrl进行扩展,以实现自由指定ListCtrl的某列,将此列隐藏不显示。-Two custom extensions: 1. ListCtrl be extended on to the realization of freedom of a specified ListCtrl column to column width fixed 2 of ListCt
  3. 所属分类:ListView/ListBox

    • 发布日期:2017-05-15
    • 文件大小:3.73mb
    • 提供者:acidy
  1. multichecklistbox_demo.zip 每选项带两个CheckBox的列表框

    0下载:
  2. 每选项带两个CheckBox的列表框,the lisstbox which have two checkboxes in each item
  3. 所属分类:ListView/ListBox

    • 发布日期:2017-11-08
    • 文件大小:15.13kb
    • 提供者:
  1. SynchronizedScrollViewers

    0下载:
  2. Scroll Synchronization Imagine you have two ListBoxes with lots of items. Whenever a user scrolls in one of the two ListBoxes, the other one should be updated, too. What we want to do in this article is to create a simple attached property that all
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-28
    • 文件大小:216.65kb
    • 提供者:Hoon Ko
  1. listviewfillingdynamicallyvb

    0下载:
  2. 这个代码利用了两个可复用的C++类:CXTOutlookBar 和 CXTPagerCtrl,用它们可以实现Outlook风格的用户界面,这两个类出自Codejock软件公司,是其产品Xtreme Toolkit的一部分。根据该公司的许可条款,任何人都可以不受限制地免费使用这两个类的源代码。 [代码性质] VC可重用代码段 [代码作者] NorthTibet [文件大小] 101K [更新日期] 2003-1-13 22:46:00 [下载次数] 19226
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-27
    • 文件大小:18.12kb
    • 提供者:wencan
  1. TwoListXCH

    0下载:
  2. 利用ListBox控件实现数据交换.本实例实现了两个ListBox控件之间的数据交换.-ListBox control using data exchange implementation. The examples of implementation of the two ListBox controls data exchange between.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-24
    • 文件大小:21.46kb
    • 提供者:苏秦
  1. CatListBox

    0下载:
  2. 模仿Outlook建立分类列表框的程序.包含demo和src两个部分.-Mimic Outlook Categories list box set up procedures. Containing two-part demo and src.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-04
    • 文件大小:26.16kb
    • 提供者:Iowa
  1. VBdrag

    0下载:
  2. 这是两个listbox的内容互相拖拽的一个程序-These are two of the listbox drag and drop the contents of a process of mutual
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-31
    • 文件大小:19.71kb
    • 提供者:刘一峰
  1. list1tolist2

    0下载:
  2. 是vb的listbox控件的使用,两个listbox的互相传递,有移动、删除、更新、增加。我刚学一个月,请多指教-Is the vb of the listbox control, the use of two listbox to pass each other, there are move, delete, update, add. I just learn a month, like him Zhijiao
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-29
    • 文件大小:7.88kb
    • 提供者:yang
  1. DragTest_listctrl

    0下载:
  2. 实现两个listcontrol之间单项和多项的拖拽,vs2008下编译通过。我找过站内的相关代码,要么有密码,要么,唉,可能我没仔细找吧,不说了。我在别的地方找了个好用的,至少我这边可以运行,给需要的人参考-Achieved between the two listcontrol single and a number of drag, vs2008 compiled by. I looked for the code inside the station, or a password, or,
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-04
    • 文件大小:43.16kb
    • 提供者:xhy
  1. VC_Programming_achieve_two_ListBox_code_exchange_d

    0下载:
  2. VC编程开发实现两个ListBox互相交换数据代码VC Programming achieve two ListBox code to exchange data-VC Programming achieve two ListBox code to exchange data
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-31
    • 文件大小:21.03kb
    • 提供者:tang
  1. listctrl_repaint_3D

    0下载:
  2. 表控件的重绘,具有3d颜色背景效果,主要四个文件,两个cpp,两个h文件-Redraw the table control, with a color background 3d effect, the main four documents, two cpp, h files two
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-15
    • 文件大小:3.74mb
    • 提供者:张谦博
« 12 »
搜珍网 www.dssz.com