home *** CD-ROM | disk | FTP | other *** search
- // MyToolTip.cpp : implementation file
- //
-
- #include "stdafx.h"
- #include "resource.h"
- #include "MyToolTip.h"
-
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyToolTip
-
- CMyToolTip::CMyToolTip()
- {
- }
-
- CMyToolTip::~CMyToolTip()
- {
- }
-
-
- BEGIN_MESSAGE_MAP(CMyToolTip, CToolTipCtrl)
- //{{AFX_MSG_MAP(CMyToolTip)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyToolTip message handlers
-