Click here to Skip to main content
6,595,854 members and growing! (18,084 online)
Email Password   helpLost your password?
Languages » C# » Windows Forms     Intermediate

Windows Explorer in C#

By Russell Mangel

This is the first in a series of articles demonstrating how to create an
C#, Windows, .NET 1.0, Dev
Posted:20 May 2002
Views:102,486
Bookmarked:58 times
Announcements
Loading...
 
Search    
Advanced Search
Add to IE Search
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
21 votes for this article.
Popularity: 5.54 Rating: 4.19 out of 5
2 votes, 11.1%
1

2
1 vote, 5.6%
3
4 votes, 22.2%
4
11 votes, 61.1%
5

Sample Image

Introduction

This is the first in a series of articles demonstrating how to create an Explorer-like application. The program uses the following controls: TreeView, ListView, Splitter, MainMenu, StatusBar, Panel, ImageList, and ColumnHeaders for the ListView. Many of the properties are set using the designer, so I would suggest that you download the project, unless of course you are not a beginner.

The program demonstrates the following:

  • How to read files and directories from disk, using the DirectoryInfo instance class.
  • How to populate nodes in a TreeView Control.
  • How to populate the ListView Control.
  • How to use a basic StatusBar.
  • How to use the After_Select Event of the TreeView Control.
  • How to use the Item_Activate Event of the ListView Control.
  • How to use the Load Event of the Form itself.

What I think is best about this program

  1. It is a simple design, which should help you to learn how to use the TreeView Control, It took four revisions.
  2. Compared to many of the other sample or demo programs available,  it loads files and directories fast!
  3. The program only loads the necessary files and folders, not the entire directory tree like many demos do.
  4. The TreeView's Tag property is entirely unused in this implementation, leaving you a place to put something.
  5. There is only one event, and two methods which drive the TreeView control.
  6. This program uses a minimal amount of string chopping, unlike many other demos in it's class.

In closing

This program is designed to show the basics to the beginner, experts will have to wait until I  become an expert! There are too many hard decisions to make when designing an Explorer Interface. So I have made some trade offs to keep the code as readable as possible. I plan to remove the "hard coded" stuff in future releases. 

One of the hardest decisions was to start the root directories at the Drive level instead of nesting under the Desktop\MyComputer nodes, which is what Windows Explorer does. You will also notice that I have turned off the "+" and "-" indicators on the TreeView, this was by design as the code to make this work properly is pretty complex for a beginner, not too mention doubling the code. 

I am disappointed that .NET does not have an easy way (maybe there is) too determine the type of drives attached to the computer. I wanted to use PInvoke, but I figured I would do that in another series or update.

If anyone has any comments please send email: russell@tymer.net

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Russell Mangel


Member

Occupation: Web Developer
Location: United States United States

Other popular C# articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 23 of 23 (Total in Forum: 23) (Refresh)FirstPrevNext
Generalimagelist problem Pinmemberpipicuit14:36 6 Jan '09  
GeneralRe: imagelist problem PinmemberRussell Mangel17:16 8 Jan '09  
QuestionDummy Windows Explorer and Windows Context Menu PinmemberMember 364369423:46 6 Sep '08  
GeneralWeb Based Version PinmemberJim Brooks13:21 28 May '08  
GeneralGreat example but... Pinmembersharpiesharpie14:32 16 Feb '07  
GeneralRe: Great example but... PinmemberRussell Mangel12:23 18 Feb '07  
GeneralRe: Great example but... PinmemberProgramm3r23:26 18 Nov '07  
QuestionRe: Great example but... PinmemberMrColeyted13:01 23 Feb '08  
GeneralC# Windows Explorer Pinmembertdittmer1:56 5 Jan '07  
GeneralRe: C# Windows Explorer PinmemberRussell Mangel21:38 5 Jan '07  
GeneralWindows Explorer in C# PinmemberSagar Joshi3:44 25 May '06  
GeneralDoesn't sort the directory names PinmemberLyle M5:33 9 Feb '06  
Generalshowplusminus Pinmembersaid_tambal3:58 19 Sep '04  
GeneralNice Example PinmemberRoger Wright23:42 10 May '03  
GeneralRe: Nice Example PinmemberRussell Mangel20:56 8 Jun '03  
GeneralRe: Nice Example PinmemberJonathan de Halleux1:02 23 Oct '03  
GeneralRe: Nice Example PinmemberChris Walsh16:09 4 Apr '04  
GeneralSmall fix .... PinmemberDejan Petrovic18:00 10 Jun '02  
GeneralRe: Small fix .... PinmemberRussell Mangel21:03 8 Jun '03  
GeneralRe: Small fix .... Pinmemberschoeneck3:55 28 Jan '04  
GeneralRe: Small fix .... Pinmemberpfievhn17:26 3 Jun '06  
GeneralSmall fix to your small fix... PinmemberOICU81TOO10:31 28 Nov '06  
GeneralRe: Small fix .... Pinmember--Rob20:14 2 Apr '07  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 20 May 2002
Editor: Chris Maunder
Copyright 2002 by Russell Mangel
Everything else Copyright © CodeProject, 1999-2009
Web10 | Advertise on the Code Project