搜索资源列表
模拟资源管理器
- 一个能够实现像windows资源管理器的模拟资源管理器源代码-to achieve as a resource management windows Simulation of resource management for source code
Windows资源管理器
- 本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operator
演示使用ListView控制作出资源管理(VC)
- 演示使用ListView控制作出资源管理(VC),可以做出像WINDOWS资源管理器一个的窗口-demonstration ListView control the use of resources management (VC), Windows can be made as a Resource Manager window
windows&web
- 当我们使用Windows资源管理器(Exporlor)时,看到左边的视图能够显示所选目标的相关信息,比较好用。 本例是一个简单的Web视图界面示例,不过左边不是一个Web视图,而是一个FormView。-when we use Windows Explorer (Exporlor), see View to the left shows the selected target information, better quality. This case is a simple Web int
Windows资源管理器Web视图界面
- 非常好的Windows资源管理器Web视图界面-very good Windows Explorer Web View interface
WindowsResourceManager
- Windows资源管理器,左边对树的操作,右边对文件的操作。文件夹可以新建、删除、重命名、移动。文件可以复制、粘贴、删除、重命名、刷新。
DrawTools
- DrawTools向你展示如何在Windows Form程序中通过鼠标拖动绘制各种图形对象,它实现的固定图形有:矩形框、椭圆、线性和铅笔。并且,你可以通过鼠标选择、移动、删除图形,还可以改变图形大小等各种操作。另外,程序支持你把绘制的图形保存成文件,可以直接把一个文件从资源管理器中拖到程序界面上打开。-DrawTools sample shows how to create a Windows Forms application for drawing graphic objects in a
FileExplorer
- C# 仿做的带有树形菜单的文件管理器,也就是Windows系统的资源管理器,类似双击了我的电脑之后的功能及界面,程序编译无错误,在VS2005下,但是运行时候提示找不到资源图片,就是窗体中用到的那些图标之类的。通过这个程序你可以学习一下C#中的树状菜单,图标的使用,系统磁盘的检测显示等。 -C# to do with imitation tree menu of File Manager, which is Windows System Resource Manager, similar t
CDirTreeCtrl
- 实现类似于WINDOWS资源管理器的树状控件,-To achieve similar to the WINDOWS Explorer tree control
ProcessAndFileHider
- 实现了隐藏进程,使进程对任务管理器和进程查看器均不可见,使文件对资源管理器不可见 是驱动编程入门的好例子-Implement hiding process, make process invisible to task manager and process explorer and enable files invisible for windows explorer, it is a perfect example for driver programming.
MyExplorer
- 实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本章主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。 -The realization of a Windows Explorer, the Explorer has a browser system files, directories, and delete them, mobile and other ope
ExplorerBarNew
- VB仿Windows XP资源管理器左侧菜单栏,这是一个控件的源代码,它还支持WIN 2K和WIN 9x菜单风格。完全使用API,没有使用贴图;这个控件代码简洁、性能很好、几乎不占用系统资源,而且它还支持在菜单中插入透明图标、导入图片作为背景等功能。-VB like Windows XP Explorer the left menu bar, which is a source code control, it also supports WIN 2K and WIN 9x style menu
filesMgr_net2003CSharp
- 实现Windows资源管理器同样功能的文件管理工具-To achieve the same Windows Explorer file management tool features
MyTree
- windows资源管理器的右边树状管理机构-the right side of windows explorer tree management institutions
MyFileBrowser
- C#做的Windows资源管理器,有类似Windows一样的树形展开视图,菜单也和系统的差不多,具备系统资源管理器差一样的功能。-C# to do Windows Explorer, Windows has a similar view of the same tree expand the menu and the system is also similar to the system resource manager with the same poor function.
Explorer
- Windows 资源管理器 包含CListCtrl和CTreeCtrl 控件操作-Windows Explorer
windows-explorer
- c#制作的windows资源管理器,可进行文件的拖拽,供初学者学习-c# create the windows explorer
Explorer
- VC编程实现模仿windows资源管理器 -Windows Explorer
windows
- Windows资源管理器是用来管理文件的窗口,电脑里所有的文件都可以在资源管理器里找到,可以在资源管理器里查看文件夹的分层结构,可以利用资源管理器快速进行文件和文件夹的操作。利用数据结构和C语言课程上所写的知识实现windows资源管理器的功能(不用实现windows资源管理器的界面)。-Windows Explorer window is used to manage files, computer files are all in Explorer found, you can view t
edge
- 使用vc编写一个类似Windows资源管理器的源代码,大家可以参考参考!非常实用简单()