Introduction - If you have any usage issues, please Google them yourself
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.