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

搜索资源列表

  1. Windows资源管理器

    3下载:
  2. 本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operator
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:29466
    • 提供者:唐堂
  1. ExpTreeLib_src

    0下载:
  2. Use Visual Basic.NET to develop Explorer Tree Control with ImageList Management
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:40718
    • 提供者:luckzyw
  1. FldrView

    0下载:
  2. The Folderview ActiveX Control mimics the behaviour of the Windows Explorer Treeview showing the tree structure of the files and folders and other items in the shell s namespace. 模仿windows资源管理器的树状浏览 -mimics the ActiveX Control behavior of the
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:59874
    • 提供者:cai
  1. TreeCombo_demo.zip

    0下载:
  2. 带树形控件的下拉框,可以做出类似资源管理器地址栏那样效果,With a tree control drop-down box, you can make a similar Explorer address bar, as effects of
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:130585
    • 提供者:lxy
  1. CDirTreeCtrl

    0下载:
  2. 实现类似于WINDOWS资源管理器的树状控件,-To achieve similar to the WINDOWS Explorer tree control
  3. 所属分类:TreeView

    • 发布日期:2017-03-29
    • 文件大小:36808
    • 提供者:jiangyulei
  1. ThriTree

    0下载:
  2. 三态树控件,派生于CTreeCtrl。三态选择树的意思就是一个类似资源管理器中的列表,但前面可以是打上小勾进行选择的,共有三种状态,一种是选择状态,一种是未选择状态,还有一种是不完全选择状态。-Three-state tree control, derived from CTreeCtrl. Three-state selection tree, which means that a similar list of Explorer, but the front can be marked Ko
  3. 所属分类:TreeView

    • 发布日期:2017-04-05
    • 文件大小:29460
    • 提供者:ch
  1. MyTreeCtrl21

    0下载:
  2. 树控制用于显示具有一定层次结构的数据项。很多应用程序都使用该控件,例如资源管理器中的磁盘目录等。-Tree control used to display a certain hierarchy of data items. Many applications use the control, such as Explorer, such as the disk directory.
  3. 所属分类:TreeView

    • 发布日期:2017-03-31
    • 文件大小:18121
    • 提供者:ANDYDENG
  1. webedit

    0下载:
  2. 系统采用ASP编写。可以让您随时随地管理和保存您的文件、资料等。管理界面和功能类似于windows的资源管理器,具体功能如下:1、类似于windows资源管理器的文件目录列表;2、文件复制、剪切、粘贴、邮寄、下载、浏览、删除等常见操作;3、目录创建、重命名、删除等目录操作;4、类似于windows资源管理器的目录树,并具有记忆功能;5、无限个数的多文件同时上传;6、用户资料修改、密码取回等用户控制面板。 -ASP preparation system. Allows you anytime,
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:71520
    • 提供者:苗波
  1. TreeControlsTheUseOfExamples

    0下载:
  2. 树形控件的使用例子,树控制和视(Tree Control&View]主要用来显示具有一定层次结构的数据项,如资源管理器中的磁盘目录等,以供用户在其中进行各种选择。-Tree Controls the use of examples, depending on the tree control and [Tree Control & View] is mainly used to show a certain hierarchy of data items, such as Explore
  3. 所属分类:TreeView

    • 发布日期:2017-04-14
    • 文件大小:5887
    • 提供者:小林
  1. pptree

    0下载:
  2. 用来学习很不错的一个VC++小实例,使用树形菜单控件操作数据库,类似Windows资源管理器的模式,每点击菜单的某一项,数据库对应项就会被重新加载。-Used to study a very good example of VC++ small, use the tree menu control to operate the database, similar to Windows Explorer model, each click on a menu, the corresponding
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:49958
    • 提供者:361
  1. treeview

    1下载:
  2. MFC控件,树形,像资源管理器一样,实现树形获取文档的功能-MFC control, tree, like the Explorer, the same access to the document to achieve the function tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1890296
    • 提供者:殿
  1. MyExplorer

    0下载:
  2. 简单实例说明了树控件的初始化,使用方法,二态,三态树的不同,类似windows资源管理器的形式。-Simple example illustrates the initialization of the tree control, use the method, two state, three-state tree of different, similar to windows explorer form.
  3. 所属分类:Button control

    • 发布日期:2017-05-11
    • 文件大小:2843585
    • 提供者:路标
  1. MyExplorer

    0下载:
  2. 本章实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本章主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。 -This chapter implements a Windows Explorer, the Explorer has a browsing system files, directories, and delete them, mobile and o
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:431484
    • 提供者:小兴
  1. CNC_Source

    1下载:
  2. 类似windows资源管理器风格的程序,左侧是树控件,右侧是Tab控件标签页,采用的TabView,VC 6.0编写。-Like windows explorer style program on the left is a tree control, Tab control tab on the right is using the TabView, VC 6.0 preparation.
  3. 所属分类:GUI Develop

    • 发布日期:2014-04-28
    • 文件大小:37737
    • 提供者:TheLostMind
  1. TreeView

    0下载:
  2. 树控件,自动添加根节点和子节点。类似于资源管理器 -Tree control, automatically adds the root node and child nodes. Similar to the Explorer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:19972
    • 提供者:辰砂
  1. Explorer

    0下载:
  2. 一个Exepoler,用mfc 编写的,里面包含了 tree control 和 tab control的应用,大家共同进步-A Exepoler, written with mfc, hoping to provide people in need, we progress together ...
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:2007908
    • 提供者:邓雪潘
  1. Shell-Control-Pack

    0下载:
  2. Give your Delphi and C++Builder applications Windows Explorer functionality with the Shell Control Pack. Simply place four components on a form set two properties and you have a working Explorer! These powerful shell components include tree view, lis
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1411929
    • 提供者:liji
  1. Tree

    0下载:
  2. 内容索引:VC/C++源码,界面编程,树形菜单   TreeCtrl、ListCtrl 树形控件VC示例源程序,用它制作出简洁型的树形控件,类似Windows资源管理器的左侧菜单,树菜单在WEB编程以及Winform编程中都使用频率较高,因此对广大编程朋友来说有必要掌握这项常用技术。 -Content Indexing: VC/C++ source, interface programming, tree menu TreeCtrl, ListCtrl tree control VC s
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:43438
    • 提供者:alic
  1. ResManagement

    0下载:
  2. 简单的资源管理器,包括树控件和列表控件的操作,适合初学者学习。-Simple Explorer, including tree control and list control operation, suitable for beginners to learn.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1939857
    • 提供者:Oxlll
  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
« 12 »
搜珍网 www.dssz.com