CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - vc list control

搜索资源列表

  1. My-Ado

    1下载:
  2. vc中访问数据库(包含Edit,List,DataGrid等控件).-vc Access database (includes Edit, List, such as DataGrid Control).
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:391084
    • 提供者:雷伟
  1. scrl

    0下载:
  2. This dialog-based application shows how to use the CListCtrl::Scroll() member. It subclasses a list view control which is in report mode, and forces the control to \"snap\" its horizontal scrolling to the exact start of each column. The code shows ho
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13926
    • 提供者:陈伟
  1. VCListCtrl

    0下载:
  2. 使用VC实现的较为复杂的List控件,在VC6下编译运行通过。-use the more complex Control List, compiled under the VC6 run through.
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:98923
    • 提供者:name
  1. 列表框控制背景贴图

    0下载:
  2. 一个用VC编程中的 关于列表框 控制使用的小技巧 但感觉不是很实用 说一句 这是别人的代码-a VC Programming on the list box control the use of small skills but is not very practical sense that this is a code of others
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:177375
    • 提供者:蔡明宇
  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. DeskApp

    0下载:
  2. 用VC编写的,涉及到列表控件,DAO数据库编程,文件操作,和一些SHELL知识.可以把电脑用的文件,图片,网业地址加入到软件中,直接单击就可以执行程序,或网业,和图片,不需要每次都打开我的电脑,在找到文件,支持注册表中所有注册的文件类型,对那些文件很多又记不清放在哪的人是个很好的帮助!-VC preparation, involving Control List, DAO Database Programming, file manipulation, and some SHELL knowle
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:36329
    • 提供者:李法镜
  1. mfcdragrar

    0下载:
  2. 关于VC中列表控件的拖拽操作,主要是关于图标方式下,如何创建拖拽图像,如何判断拖放目标,如何释放等等,有详细的解释。-on VC Control List drag and drop, mainly on the icon mode, how to create drag images, how to determine the drag and drop, how to unlock such a detailed explanation.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:35412
    • 提供者:dash
  1. CCHDUlink

    0下载:
  2. 本题所涉及的有关操作是从控件中选择所要创建的链表的类型(用VC的Radio Button 实现选择),然后在编辑控件(Edit Button)中输入数据,然后创建链表时从控件中截取数据,转化为数学数据后,通过对链表入链操作,从而建立起一个链表。链表建立起来后,要求在窗口中以图形方式输出链表,窗口图形显示,主要是利用画直线和画矩形函数实现。数值的输出通过VC自带的函数在相应的坐标点显示。链表的动态显示所涉及的问题是:在一个窗口中输出了图形是始终存在的。要实行动态显示,必须在一段区域内画一个足够大的
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:55799
    • 提供者:华姿翔
  1. src

    0下载:
  2. VC 一个非常不错的List控件,支持背景颜色设置,可以显示复选框、图标、已经进度条等功能,精选学习源码,很好的参考资料。-VC List a very good control, support the background color settings, can display the checkbox, icon, has the progress bar and other functions, select learning source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:54100
    • 提供者:桂花翅子
  1. listctrl

    0下载:
  2. 一个自定义的VC列表控件项目源码,有需要的可下载参考。本列表控件定义了列和行的显示方式,源码中有示例。-A custom list control VC source projects, there is a need to download the reference. This list defines the display of the control column and row, there are examples of source code.
  3. 所属分类:Tab Control

    • 发布日期:2017-04-04
    • 文件大小:21612
    • 提供者:张瑶
  1. vc

    0下载:
  2. VC++ 6.0数据库实例教程 pdf,vc数据库系统开发实验,一个完整的Visual C++课程设计,用VC的实验报告做基础资料来展开讲解,非官方正式教程,内容涉及建立数据库、建立DLL工程、建立应用程序工程、界面设计、对数据库操作的主要函数实现、改进列表控件添加编辑功能、编译和调试程序等,特别适合毕业设计者下载参考,也适合VC++初学者当作一个VC数据库实例教程来学习-VC++ 6.0 database instance tutorial pdf, vc database systems d
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1032340
    • 提供者:赵坤东
  1. treelist

    0下载:
  2. 一个VC++树控列表控件例子TreeList Src源码,生成类似Windows资源管理器风格的树形菜单,可展开折叠目录,用在窗口左侧右侧都可以,VC++ TREELIST源代码例子,欢迎初学者参考。-A VC++ tree control list control example TreeList Src source, generating similar to Windows Explorer style tree menu, expand folding directory, use t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:50356
    • 提供者:wpudn19
  1. listctrl

    0下载:
  2. 一个自定义的VC列表控件项目源码,有需要的可下载参考。本列表控件定义了列和行的显示方式,源码中有示例。-A custom list control VC source projects, there is a need to download the reference. This list defines the display of the control column and row, there are examples of source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:21077
    • 提供者:wpudn21
  1. A103008505-27015

    0下载:
  2. VC++用树形控件列出文件夹列表。适合新手学习。-VC++ List Folder list with a tree control. Suitable for beginners to learn.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:20396
    • 提供者:郭祥
  1. TestComboListCtrl

    0下载:
  2. VC中使用的表格控件中嵌入组合框,使用非常方便。-using combobox in list control.
  3. 所属分类:Button control

    • 发布日期:2017-04-30
    • 文件大小:77844
    • 提供者:yan
  1. vartuallist

    0下载:
  2. VC++实现的虚拟列表,⨼ 速度非常快,效率非常高,比一般的列表控件快的多,适合大数据处理-vc++ virtual list control
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-15
    • 文件大小:5264
    • 提供者:任率真
  1. VCPPColorList

    0下载:
  2. VC++绘制颜色列表框的代码,可以调整大小、验证值-VC++ for paint color list control
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-29
    • 文件大小:46184
    • 提供者:zhaozy
  1. MFC1_1_1

    0下载:
  2. 基于vc++6.0MFC进行列表控件的编程和按钮添加、删除、修改的编程-Based on vc++ 6.0MFC list control of the programming and button to add, delete, modify the programming
  3. 所属分类:Button control

    • 发布日期:2017-12-14
    • 文件大小:7522304
    • 提供者:夏天
  1. DragList

    0下载:
  2. 用VC++实现的非常实用的可拖拽的List控件,可以实现连续拖拽,实现任意两行互换位置,还可以实现多行拖拽功能。-VC++ achieved with very practical draggable List control, can achieve a continuous drag, arbitrary two lines are reversed, you can achieve multi-line drag and drop.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-12-13
    • 文件大小:15345664
    • 提供者:田魁
  1. UserLogin

    1下载:
  2. 用VC++创建一个信息采集的对话框,登录框可以输入用户名,密码然后登录,登录后信息采集部分包括基本情况、工作情况、兴趣爱好、工资收入四个属性页,信息输入完成后可以通过添加按钮添加到list control和list box中。对话框包添加、清空、删除、查找、修改、导入、导出、退出等功能。同时要求对话框可以添加自己喜欢的字体,有扩展和收缩功能,更改登录框和对话框的背景。(Use VC++ to create a dialog box for information collection, the
  3. 所属分类:网络编程

    • 发布日期:2020-09-01
    • 文件大小:37383168
    • 提供者:百味清欢
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com