UserTree.cpp
资源名称:MSN.rar [点击查看]
上传用户:seeker_wen
上传日期:2016-05-23
资源大小:2084k
文件大小:1k
源码类别:
ICQ/即时通讯
开发平台:
Visual C++
- // UserTree.cpp : implementation file
- //
- #include "stdafx.h"
- #include "MSN.h"
- #include "UserTree.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CUserTree
- CUserTree::CUserTree()
- {
- }
- CUserTree::~CUserTree()
- {
- }
- BEGIN_MESSAGE_MAP(CUserTree, CTreeCtrl)
- //{{AFX_MSG_MAP(CUserTree)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CUserTree message handlers