CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 组合框控件 搜索资源 - LIST

搜索资源列表

  1. ylm5_listbox

    0下载:
  2. 可以对列表中每一项定制属性的列表框,支持文字编辑/图形选择/颜色选择/列表选择。-can list every Custom attributes of a list box, support staff writer / graphics options / colors / options list.
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:25278
    • 提供者:ylm
  1. ComboWidth2

    0下载:
  2. One of the more frustrating aspects of a user interface can be the situation where you are presented with a list of choices in a combobox, but are unable to view the choices because the dropdown list is too narrow
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:17992
    • 提供者:理理
  1. 超级网格

    0下载:
  2. 用Crid插件,并加上了下拉列表框和编辑框控件,丰富了Grid 的功能。-using Grid plug-in, and add a drop-down list box and edit box control enriched Grid functions.
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:181318
    • 提供者:
  1. List

    0下载:
  2. 实现了列表框,组合框,文本框的互动,在列表框或者组合框中的动作都能引起另外两个控件的相关动作-achieved a list box, frame composition, the interaction between text box, list box or in combination box moves would cause the other two controls related action
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:348603
    • 提供者:吴笑天
  1. 带图标的CombBox

    0下载:
  2. 带图标的下拉列表框控件,不但可以使你的程序界面美观,而且还能使你的下拉列表框变高。-icon with a drop-down list box controls, it can not only make your procedures beautiful interface, but can also make you a drop-down list box variable high.
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:35699
    • 提供者:范树学
  1. propertylistdlg

    0下载:
  2. 此为一VC可重用代码段。在遇到属性编辑的问题,本来想用列表控件来代替,但是发现列表控件有很多缺陷,不是太好用;属性控件不支持编辑与下拉列表功能。该属性编辑控件已经内置了前两个的功能,而且还提供CUSTOMDRAW,不过还不完善。-this as a VC reusability of the code. Attribute Editor in the face of the problem, had wanted to use the list to replace controls, but
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:81880
    • 提供者:谈一虎
  1. ComboTree

    0下载:
  2. 用Wnd classic中DlgDirList等函数实现在Comobox Control和List Control中添加文件目录-Wnd with other classic Chinese DlgDirList Function in Comobox Control List Control and add directory
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:47856
    • 提供者:zhu
  1. ExecDLL_demo

    0下载:
  2. Most of us know about reflection (Example: Windows COM, .NET) and its flexibilities. Have you ever wondered how to accomplish reflection in Win32 DLL? Here is the funny tool that resulted from that kind of my thought. \"Uh!.. Reflection in Win32 DLL\
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:14088
    • 提供者:李鸡蛋
  1. CListCtrlDemo

    0下载:
  2. 对Listctl重载,实现了用鼠标双击列表项可编辑的功能-right Listctl heavy and realized the list with the mouse click that can edit function
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:680992
    • 提供者:施盈苇
  1. multicol_combo

    0下载:
  2. 在下拉列表中显示多列,使用VC6.0编写,大家可以-in the drop-down list shows more out, the use of VC6.0 prepared, we can try
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:20406
    • 提供者:蔡君
  1. ColorComboBox

    0下载:
  2. 这份源代码演示了彩色列表项组合框的建立及使用 -this source code demonstrating Color List cluster box and the use of the building
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:49669
    • 提供者:xjc
  1. erydfery

    0下载:
  2. 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。 5.打印窗口 可以打印当天的话费清单。 -in loading procedures there, click on the picture to skip. 2. Login window only in the correct user name pa
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:606733
    • 提供者:rewt
  1. ExtensiveCombo_src

    0下载:
  2. A few months ago, I was asked to develop a combo box that contains a tree view inside it. Initially, I used a normal tree view control, but I soon realized that I was short of space on some of the win forms. Now, in another project, I needed to use a
  3. 所属分类:ComboBox

    • 发布日期:2017-03-28
    • 文件大小:77505
    • 提供者:
  1. ComboTree

    0下载:
  2. ComboTree is a hybrid ComboBox with a tree control replacing the drop down ListBox. Implementing a hierarchy of choices using multiple dependant combo or list boxes can take up a lot of screen space and can be awkward to use. A dropdown tree control
  3. 所属分类:ComboBox

    • 发布日期:2017-03-24
    • 文件大小:118117
    • 提供者:Roman_Khr
  1. list

    0下载:
  2. MFC中list控件的相关操作源码-source code related to operation of the control list
  3. 所属分类:ComboBox

    • 发布日期:2017-03-28
    • 文件大小:29688
    • 提供者:yangfu
  1. CList_1

    0下载:
  2. List Control列表控件示例,一个比较简单的示例,希望给大家一点帮助-List Control List Control Examples
  3. 所属分类:ComboBox

    • 发布日期:2017-03-29
    • 文件大小:233977
    • 提供者:曾庆
  1. list

    0下载:
  2. vc++下LIST控件以ICON显示状态时,对位图的装载和显示-vc++ next to ICON LIST control display state, on the loading and display bitmap
  3. 所属分类:ComboBox

    • 发布日期:2017-04-09
    • 文件大小:1073727
    • 提供者:goosw
  1. list

    0下载:
  2. 实现下拉类表框的多选,这个是pb中没有的,是用uo实现的,类似网页控件。-Class drop-down list box to achieve multiple choice, this is not in pb, is uo to achieve, similar pages controls.
  3. 所属分类:ComboBox

    • 发布日期:2017-03-31
    • 文件大小:26844
    • 提供者:dongjunbieshang
  1. Dropdown-list

    0下载:
  2. 下拉列表选择控件,使用DELPHI自带的基本控件封装。二层和三层客户端都可以使用,不限数据引擎。-Drop-down list control, control using DELPHI own basic package. Second and third floors client can use unlimited data engine.
  3. 所属分类:ComboBox

    • 发布日期:2017-12-12
    • 文件大小:102273
    • 提供者:skycash
  1. wvth-linked-list

    0下载:
  2. 这是一个Josephus问题的C++代码,用双向链表实现,很好(This is a c + + code, Josephus problem with two-way linked list implementation, is very good)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:peccmqositiqn
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com