Archive for the ‘ShellExplorer’ Category
This post is about an old project of mine which i have stopped working for a long time now and i thought why not give the source code
somebody might be interested or even better might continue the idea.
The basic idea is to create an alternative to the classic Windows Explorer to provide more functionality and ease of use.
No installation will be need into the IDE
The code should compatible from Delphi6 and up
The project consists of 3 basic units
1) o_GTExtendedShellCtrls which has extended versions of Delphi’s ShellControls TShellListView,TShellTreeView,TShellComboBox
2) o_ExplorerTab.pas which has 3 basic classes : TgtSingleExplorerTab,TgtDualExplorerTab and TgtExplorerPageControl these classes automaticaly
create the UI.
3) o_Explorer.pas which has the TgtExplorer class which plays the role of the explorer can copy,delete,move files e.t.c.
This is the main screen

Download the source code

