Introduction - If you have any usage issues, please Google them yourself
Tree views are capable of storing hierarchical data, which isn t intuitively serialized. The TreeStore sample is an MDI application which shows a view based on CTreeView and demonstrates loading and saving the content of the control with MFC s CArchive-based serialization. The code is also rife with calls to the item navagation routines of CTreeCtrl, including GetNextSiblingItem(), GetPrevSiblingItem(), and GetParentItem().
Packet : 623411treestore.zip filelist
treestore/ChildFrm.cpp
treestore/ChildFrm.h
treestore/Debug/
treestore/Debug/TreeStore.exe
treestore/Debug/TreeStore.res
treestore/Debug/TreeStore.SUP
treestore/MainFrm.cpp
treestore/MainFrm.h
treestore/NewItemDlg.cpp
treestore/NewItemDlg.h
treestore/ReadMe.txt
treestore/res/
treestore/Resource.h
treestore/res/Toolbar.bmp
treestore/res/TreeStore.ico
treestore/res/TreeStore.rc2
treestore/res/TreeStoreDoc.ico
treestore/StdAfx.cpp
treestore/StdAfx.h
treestore/TreeStore.clw
treestore/TreeStore.cpp
treestore/TreeStore.dsp
treestore/TreeStore.dsw
treestore/TreeStore.h
treestore/TreeStore.rc
treestore/TreeStoreDoc.cpp
treestore/TreeStoreDoc.h
treestore/TreeStoreView.cpp
treestore/TreeStoreView.h