class FileListTreeViewCtrl : public CTreeViewCtrl { HIMAGELIST hImageList; public: FileListTreeViewCtrl(HWND hParent); ~FileListTreeViewCtrl(); void ContextMenu(POINT *pPos); HTREEITEM Insert( const std::string &str ); private: void Reset( HTREEITEM hParent, ActiveBasic::PM::FM::Folder &folder ); public: void Reset( ActiveBasic::PM::FM::FileSystem &fileSystem ); }; extern FileListTreeViewCtrl *pobj_FileTree;