|
-
May 5th, 1999, 02:16 PM
#1
CTreeView
What is the best data structure to access and store externally the contents of a Tree Control, tips and hints source welcome ?
-
May 10th, 1999, 06:49 PM
#2
Re: CTreeView
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|