Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - file-explorer
Search - file-explorer - List
用vc写的类似资源管理器的树状结构代码,可以打开文件,但不能删除。-Used to write similar vc Explorer tree structure code, you can open the file, but can not be deleted.
Date : 2025-12-26 Size : 37kb User : lou_ccc

资源管理器基本功能实现代码 实现了资源管理器的简单功能,演示了shell的文件操作、拖拽、剪贴板。-Explorer realize the basic functions of the implementation code of a simple resource manager function, demonstrated a shell file operations, drag-and-drop, clipboard.
Date : 2025-12-26 Size : 47kb User : 王臣

借助API函数CallWindowProc,DragAcceptFiles,DragQueryFile,DragFinish同样可以实现文件从资源管理器EXPLORE到应用程序的拖放-With API function CallWindowProc, DragAcceptFiles, DragQueryFile, DragFinish can achieve the same Explorer file from EXPLORE to drag and drop applications
Date : 2025-12-26 Size : 5kb User :

1. 先把IrisSkin2.dll文件添加到当前项目引用(解决方案资源管理器->当前项目->引用->右键->添加引用 ,找到IrisSkin2.dll文件.....之后就不用我说了吧^_^).IrisSkin2.dll文件最好放在当前项目\bin\Debug文件中. 2. 然后把IrisSkin2.dll文件添加到vc2005的工具箱:右键->选择项->浏览找到IrisSkin2.dll文件(文件最好放在当前项目\bin\Debug文件中)按确定,控件就添加到工具箱中了.然后把工具箱中新添加的 SkinEngine控件拖到当前项目中。 3. 把皮肤目录中的.ssk文件复制到当前项目\bin\Debug文件中,(ssk文件可选). 4. 再在项目中调用.ssk皮肤文件。例: namespace 当前项目 { public partial class Form1 : Form { public Form1() //当前项目的构造器中调用皮肤文件 { InitializeComponent() this.skinEngine1.SkinFile = "DiamondBlue.ssk" //DiamondBlue.ssk可换用皮肤目录中你喜欢的.ssk文件 //(把.ssk复制到当前项目\bin\Debug目录中) -1. First IrisSkin2.dll file to reference the current project (Solution Explorer-> current project-> Reference-> right click-> Add Reference, locate the file ..... after IrisSkin2.dll I do not say it ^_^). IrisSkin2.dll best on the current project file \ bin \ Debug file. 2. And then add the files to vc2005 IrisSkin2.dll Toolbox: Right-> Select items-> browse to IrisSkin2.dll file (preferably on the current project \ bin \ Debug files) by determining the control to add to the toolbox in the. then the toolbox onto the newly added SkinEngine control the current project. 3. The skin directory. Ssk files to the current project \ bin \ Debug files, (ssk files optional). 4. And then call in the project. Ssk skin file. Example: namespace current project ( public partial class Form1: Form ( public Form1 ()// constructor in the current project is called the skin file ( InitializeComponent () this.skinEngine1.SkinFile = "DiamondBlue.ssk" // Diamond
Date : 2025-12-26 Size : 3.62mb User : 蒋胜寒

模拟windows下资源管理器,可实现各个磁盘文件的读取,实现客户端和服务器的通讯功能,多线程的运用,远程代码控制复制,进程间通讯等各种基本功能学习大有帮助-Simulated windows Explorer, read each disk file, the client and server communication, the use of multi-threading, remote code control copy, inter-process communication and other basic functions to learn a great help
Date : 2025-12-26 Size : 117kb User : dada

基本实现了资源管理器的基本功能。利用MFC来编写了文件浏览器的基本功能。-The basic realization of the basic functions of the Explorer. MFC to write the basic functionality of the file browser.
Date : 2025-12-26 Size : 3.18mb User : Jerry

一个如何在你的程序中接受从Windows Explorer里拖过来的文件的例子-How in your program to accept a pulled out of the Windows Explorer example of file
Date : 2025-12-26 Size : 133kb User : GCOAczam!639

系统资源管理器(文件操作+文件检索+多线程),通过visual c++实现(System Explorer (file operations + file retrieval + multi-threaded), through the visual c++ implementation)
Date : 2025-12-26 Size : 79kb User : wrb666
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.