home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_MYTOOLTIP_H__B34BEDF1_8E51_11D1_82FF_00A0C91BC942__INCLUDED_)
- #define AFX_MYTOOLTIP_H__B34BEDF1_8E51_11D1_82FF_00A0C91BC942__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MyToolTip.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyToolTip window
-
- class CMyToolTip : public CToolTipCtrl
- {
- // Construction
- public:
- CMyToolTip();
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyToolTip)
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CMyToolTip();
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyToolTip)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
-
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_MYTOOLTIP_H__B34BEDF1_8E51_11D1_82FF_00A0C91BC942__INCLUDED_)
-