Click here to Skip to main content
15,879,045 members
Articles / Desktop Programming / MFC
Article

System Drives Browser

Rate me:
Please Sign up or sign in to vote.
3.08/5 (9 votes)
7 Aug 2002 88.9K   1.7K   24   5
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


Written By
India India
Nothing to boast about

Comments and Discussions

 
GeneralBug Pin
iver8-Mar-04 2:45
iver8-Mar-04 2:45 
GeneralThanks! Pin
Selvam R19-Dec-03 6:43
professionalSelvam R19-Dec-03 6:43 
Hi,

Thanks! one of useful control!

Regards,
Selvam


GeneralPoor code and packaging quality Pin
Vagif Abilov8-Aug-02 4:43
professionalVagif Abilov8-Aug-02 4:43 
GeneralRename registry key Pin
zhangfei3-Aug-02 6:22
zhangfei3-Aug-02 6:22 
GeneralRe: Rename registry key Pin
ColinDavies4-Aug-02 20:55
ColinDavies4-Aug-02 20:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.