文件名称:M_FileBrowser
- 所属分类:
- 文件操作
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-12-10
- 文件大小:
- 161kb
- 下载次数:
- 0次
- 提 供 者:
- Kim ****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This project introduces a Windows Explorer clone in an early state. It contains browsing through all files and folders on your computer, including virtual folders. It uses the same ContextMenus as Windows Explorer and includes drag and drop support.
I created this project with Visual Studio 2005 (.NET 2.0) and haven t tried it with .NET 1.1. I m pretty sure it will work with .NET 1.1, but some changes need to be made. For example, I used the ToolBarMenuStrip which isn t available in 1.1. If anyone wants a 1.1 version and isn t able to convert it, I m willing to convert it myself and provide the code.
I created this project with Visual Studio 2005 (.NET 2.0) and haven t tried it with .NET 1.1. I m pretty sure it will work with .NET 1.1, but some changes need to be made. For example, I used the ToolBarMenuStrip which isn t available in 1.1. If anyone wants a 1.1 version and isn t able to convert it, I m willing to convert it myself and provide the code.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
M_FileBrowser
.............\bin
.............\...\Release
.............\...\.......\FileBrowser.dll
.............\Browser.cs
.............\Browser.Designer.cs
.............\Browser.resx
.............\BrowserControls.cs
.............\BrowserWrappers
.............\...............\BrowserContextMenuWrappers.cs
.............\...............\BrowserDragWrappers.cs
.............\...............\BrowserDropWrappers.cs
.............\...............\BrowserPluginWrapper.cs
.............\FileBrowser.csproj
.............\Images
.............\......\BrowseFolders.png
.............\......\BrowserBack.png
.............\......\BrowserForward.png
.............\......\BrowserUp.png
.............\......\Thumbs.db
.............\Properties
.............\..........\AssemblyInfo.cs
.............\..........\Resources.Designer.cs
.............\..........\Resources.resx
.............\Shell
.............\.....\Interfaces
.............\.....\..........\IAdviseSink.cs
.............\.....\..........\IContextMenu.cs
.............\.....\..........\IDataObject.cs
.............\.....\..........\IDragSourceHelper.cs
.............\.....\..........\IDropSource.cs
.............\.....\..........\IDropTarget.cs
.............\.....\..........\IDropTargetHelper.cs
.............\.....\..........\IEnumFORMATETC.cs
.............\.....\..........\IEnumIDList.cs
.............\.....\..........\IEnumSTATSTG.cs
.............\.....\..........\IQueryInfo.cs
.............\.....\..........\IShellExtInit.cs
.............\.....\..........\IShellFolder.cs
.............\.....\..........\IStorage.cs
.............\.....\..........\IStream.cs
.............\.....\PIDL.cs
.............\.....\ShellAPI.cs
.............\.....\ShellBrowser.cs
.............\.....\ShellBrowserUpdater.cs
.............\.....\ShellHelper.cs
.............\.....\ShellImageList.cs
.............\.....\ShellItem.cs
.............\.....\StreamStorage.cs