Click here to Skip to main content
15,884,176 members
Articles / Desktop Programming / MFC
Article

SeaShell - More Explorer controls

Rate me:
Please Sign up or sign in to vote.
4.92/5 (16 votes)
3 Oct 2000 222.8K   3.7K   57   54
A set of shell controls and other useful classes
  • Download demo project - 277 Kb
  • Sample Image - seashell.jpg

    Introduction

    SeaShell contains a set of classes that provides three main controls

    • CIEShellTreeCtrl
    • CIEShellListCtrl
    • CIEShellComboBox

    They can be used independently or integrated as in Explorer


    Features

    • Full drag and drop support including right button and drag and drop to/from windows explorer
    • Context menu support including Owner Draw,SendTo and the new OpenWith(W2K only) menus
    • Auto refresh from both tree and list controls
    • Filter support using wild cards eg. *.cpp *.htm or based on file type
    • Uses settings from explorer to show compressed files in a different color,double click to open file etc.
    • Complete integration between all three controls


    History

    First version so expect problems

    Usage

    First you must include SeaShellExt.h in your stdafx.h file and you will need all the files included in the sub folder SeaShellExt except for the frame and view files if you intend to use it only in a dialog box. The demo shows you how to use it in a frame window and a dialog box.

    This is what you need to do to add all the controls to a dialog box

    Add this code to the OnInitDIalog function

    // Point the combo box to the tree control(optional)
    m_cbShell.SetTreeCtrlWnd(m_tcShell.GetSafeHwnd());
    
    // Point the tree control to the list control(optional)
    m_tcShell.SetListCtrlWnd(m_lcShell.GetSafeHwnd());
    
    // Point the tree control to the combo box(optional)
    m_tcShell.SetComboBoxWnd(m_cbShell.GetSafeHwnd());
    
    // Populate the tree starting from the desktop
    m_tcShell.LoadFolderItems();
    
    // or populate the tree starting from a system file path
    // m_tcShell.LoadFolderItems(_T("C:\\folder1\\folder2"));
    

    To hook up the controls in CView check out the demo it comes with classes CIEShellTreeView and CIEShellListView that you can use.

    The about box has a demo of the list control without shell support that adds a progress bar to a column in a similar fashion to napster if any one has seen it. Thanks to Chris Maunder for his CTextProgressCtrl which I slightly modified.

    There is limited support for CHtmlView to show the web browser when you click on the Internet Explorer folder. But this won't work in in a dialog.


    Acknowledgments

    It also includes some files form other sources most notably

  • CoolMenu from Paul DiLascia(MSJ)
  • ShellContextMenu from Oz Solomonovich(WndTabs)
  • InPlaceEdit from Zafir Anjum (Codeguru)


  • and some other snippets, but I can't remember from where.

    Thanks guys

    If anyone wants to convert it to an MFC extension DLL there is a macro CTRL_EXT_CLASS that is used in most classes that will help.

    One final note I compiled using the platform SDK for W2K but I have included a file W2KFix.h that defines the COM interfaces that it needs.

    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
    New Zealand New Zealand
    This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

    Comments and Discussions

     
    QuestionHow to compile project? Pin
    Bùi Minh Duy19-Aug-15 4:48
    Bùi Minh Duy19-Aug-15 4:48 
    Questioncool, Pin
    XiaoK Lin25-Apr-12 3:55
    XiaoK Lin25-Apr-12 3:55 
    GeneralIt's best for me. [modified] Pin
    Racuca24-Apr-11 15:35
    Racuca24-Apr-11 15:35 
    QuestionIts release version is fine, but the debug version does not work. Does anybody know how to solve this problem? Pin
    laolonga18-Oct-08 11:29
    laolonga18-Oct-08 11:29 
    GeneralNeed help, please! Pin
    CrocodileBuck26-May-08 6:49
    CrocodileBuck26-May-08 6:49 
    GeneralRe: Need help, please! Pin
    CrocodileBuck27-May-08 4:31
    CrocodileBuck27-May-08 4:31 
    QuestionAsk for getting folder's IContextMenu2 interface and show it? Pin
    hiker13-Jan-08 23:59
    hiker13-Jan-08 23:59 
    GeneralOpening folders in the tree control. Pin
    awinter8-Jan-08 6:04
    awinter8-Jan-08 6:04 
    GeneralDoesn't compiles in VS2005! Pin
    Abhijeet Pathak17-Jun-07 23:34
    Abhijeet Pathak17-Jun-07 23:34 
    GeneralRe: Doesn't compiles in VS2005! Pin
    chenxuan078-Sep-08 20:41
    chenxuan078-Sep-08 20:41 
    GeneralRe: Doesn't compiles in VS2005! Pin
    chenxuan078-Sep-08 23:00
    chenxuan078-Sep-08 23:00 
    QuestionCan't drag tree items in dialog project Pin
    nanfang20-May-07 8:23
    nanfang20-May-07 8:23 
    QuestionMay I use it in my commercial applications? Pin
    nanfang7-May-07 3:02
    nanfang7-May-07 3:02 
    Questiongood project,if you can write a control,it will perfect Pin
    chenjian14-Aug-06 15:52
    chenjian14-Aug-06 15:52 
    GeneralThe style of Windows XP Pin
    takayuki san19-Jul-06 20:59
    takayuki san19-Jul-06 20:59 
    GeneralWill not compile, needs improvements... Pin
    Fred Ackers23-May-06 7:25
    Fred Ackers23-May-06 7:25 
    GeneralAutoRefresh Pin
    fabiocannizzo3-Apr-05 10:06
    fabiocannizzo3-Apr-05 10:06 
    QuestionNice project, what about the bugs ? Pin
    Gnarf4-Mar-04 7:38
    Gnarf4-Mar-04 7:38 
    Generalthe classes very good, but have some bugs Pin
    use_id27-Oct-03 3:10
    use_id27-Oct-03 3:10 
    GeneralRe: the classes very good, but have some bugs Pin
    andytork4-Nov-04 16:51
    andytork4-Nov-04 16:51 
    GeneralSeaShell: Use and evolution Pin
    Moby19-May-03 1:50
    Moby19-May-03 1:50 
    General+ Sign at subfolders Pin
    Ruben_uniek12-Mar-03 21:16
    Ruben_uniek12-Mar-03 21:16 
    GeneralI get an error message when compling Pin
    E312-Dec-02 16:12
    E312-Dec-02 16:12 
    GeneralRe: I get an error message when compling Pin
    Naoaki Okazaki18-Jan-03 3:37
    Naoaki Okazaki18-Jan-03 3:37 
    AnswerRe: I get an error message when compling Pin
    maxim_violin24-Nov-07 18:54
    maxim_violin24-Nov-07 18:54 

    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.