65.9K
CodeProject is changing. Read more.
Home

System Drives Explorer

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.84/5 (16 votes)

Aug 4, 2002

viewsIcon

95791

downloadIcon

1862

System Drives Explorer

Sample Image - DriveExplorer.gif

What's New:



Introduction:

This project is look-alike of the Windows Explorer, The Icons and File Types unfortunately have been hardcoded in the project, unlike the ones available on the Windows Explorer, The Icons are a Part of the Project and not picked up from the Windows Operating System. This Uses a TreeView in ther left pane and ListView in the right pane To Display All the Drives (including CD Drive) on the Computer System

Fearture:

This project has the following features

  • Displays All Drives on the Computer System
  • Allows Sorting of Columns (by clicking on the Column Header)
  • At startup moves to the folder that was last selected at time of closedown of the previous session (*)
  • Starts the appropriate program when you double-click on a file (eg. Notepad for txt file) (*)

    * Incorporated based on user suggestions on some other site