搜索资源列表
ShTree_demo
- 一个简单的共享文件夹管理器,用树控制拖动-a simple shared folder manager, Tree Drive Control
IconNode
- 看到在我们工作中,常常会碰到树形组件的生成问题,如果你在开发web application,纯粹使用 javascr ipt来生成树形组件是非常繁琐的,而且交互性也不不太好。所以许多产品使applet来实现树形组件的功能。比如说,weblogic,jboss等产品的console.所以,把树形数据组织成xml文件,用jdom剖析它,最后生成applet就非常有通用的意义.很多人问关于用JTree实现资源管理器的方法,在这里我提供一个例子共大家参考-see in our work, we wi
aExplorer
- 一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。-a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operators and other functions.
FTreeBrowser
- 文件浏览treeview控件,实现windows资源管理器的功能-file browser treeview controls, windows resources management to achieve the functions
relation
- 在做类似于windows资源管理器的左右视图的 程序时,我们遇到了左右试图的如何关联在一起的问题.即 我点左面视图的文件夹右面相应出现文件.如何关联起来 请看如下-so similar to the windows in the resource management of View about the procedure, We encountered about how to relevance to the problem. I point that the left side of
filevw20
- 类似WINDOWS资源管理器的控件。选择文件夹。
ResourceManagement
- 一个非常好用的类似于资源管理器能列举出电脑中所有的驱动器和相关文件夹的磁盘信息
树形控件遍历所有本地文件
- 文件树,类资源管理器的文件树
vc6下的MFC资源管理器
- 利用mfc的listview和treeview制作的简单资源管理器,能够显示文件的大小,修改时间等信息
treeview
- 使用vc实现的类似windows资源管理器的树形窗口,可以查看系统的文件夹及其子目录,对于学习vc的人比较有帮助。本例中并没有使用树形控件是很好的学习资料。-Vc achieved using similar windows explorer tree window, you can view the system folder and its subdirectories, for people to learn more helpful vc. In this case did not us
FolderDlg_Proj
- 一个文件管理器,支持拖拽, 可以作为其他大软件的部件-err
cmdlg
- 一个文件管理器,支持拖拽,可以作为其他项目的部件-A file manager, support for drag and drop, can be used as components of other projects
DIR
- treview实现资源管理器功能,具有选择文件夹等功能。C++初学者适用-realize treview resource management functionality, with features such as choice of folder. C++ beginners applicable
TreeView
- 对树形控件和列表控件的综合应用,仿windows资源管理器的源代码文件。-Tree controls and list controls on the comprehensive application of imitation windows explorer the source code files.
CZhangtl
- 图像设计 完成应用Visual Studio.NET和C#语言开发文件管理与加密程序,以TreeView和ListView控件实现与文件资源管理器功能和行为相近的文件浏览界面,对该界面下选定的文件以独立窗口显示各项相关属性,并可对其进行加密和解密处理。-Image design is completed and the application of Visual Studio.NET C# language development file management and encryption p
TreeView
- windows资源管理器之树形控件编程,罗列系统中所有盘符内容文件-The windows explorer tree control program, a list of the contents of the file system drive letter in all
treeview
- 类似windows资源管理器 树形显示本地文件目录-Displays the local file directory
TreeView
- 打开windows中资源管理器目录,搜索节点,能够只打开所有文件中的图片。-Open the windows directory of the Explorer, the search node can not just open all the files in the picture.
TreeView_delphi
- 有关delphi下使用treeview的几篇文献,以及我写的一个示例代码,一个远程的类似文件管理器的代码。-Several of the treeview delphi the literature, and I wrote a sample code, a similar remote file manager code.
1 文件系统的Watcher
- 在MFC环境下① 与ListView控件相关的类:ColumnHeaderCollection,ListViewItem,ListView控件的成员:ColumnHeaderCollection,Items,…… ② clsFile和clsFiles的设计方法。Files()存储的是文件名集合,临时(clsFile类的)对象,根据文件名查询文件参数,建立Item对象,由Item对象组成了clsFiles对象中的Items()。 ③ Tuple(Of String, String):二元组类型。主