Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

System Drives Browser

0.00/5 (No votes)
7 Aug 2002 3  
System Drives Drowser

Sample Image - DriveBrowser.gif

Introduction

I developed this project as a learning experience after seeing such a GUI on some FTP Shareware Programs; the Icons and File Types unfortunately have been hardcoded in the project, unlike the ones available on Windows Explorer. The Icons are a part of the project and not picked up from the Windows Operating System. This project uses a ListView to display all the drives (including CD Drive) on the Computer System

Features

This project has the following features

  • Displays all Drives on the Computer System
  • Allows sorting of columns (by clicking on the Column Header)
  • Allows entering a folder by clicking on the Closed Folder Icon
  • Allows Moving backwards by clicking on the UP arrow
  • Displays the currently selected folder on the Statusbar
  • Displays the total no. of files and folders within a folder on the Statusbar
  • 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 (e.g.. Notepad for txt file) (*)

    * Incorporated based on user suggestions on some other site

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