Click to See Complete Forum and Search --> : CTreeView


May 5th, 1999, 02:16 PM
What is the best data structure to access and store externally the contents of a Tree Control, tips and hints source welcome ?

Saeed R
May 10th, 1999, 06:49 PM
class CItems : public CObject
{
public:
CTreeCursor m_treeItem; //Ptr to tree Item
CString m_szName; // name of tree Item
int m_nImageID; //Image Id - index of the image in Image List Resource
int m_nLevelNo; //Level in a tree
int m_nSts;
//int

.....and others items appropriate to the prog functionality