www.pudn.com > cygl.rar > MyToolTipCtrl.h
#if !defined(AFX_MYTOOLTIPCTRL_H__010A1F86_3965_478E_B83E_AF3D09598073__INCLUDED_)
#define AFX_MYTOOLTIPCTRL_H__010A1F86_3965_478E_B83E_AF3D09598073__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyToolTipCtrl.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyToolTipCtrl window
class CMyToolTipCtrl : public CToolTipCtrl
{
// Construction
public:
CMyToolTipCtrl();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyToolTipCtrl)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMyToolTipCtrl();
BOOL AddToolTip( UINT nID, CRect lpRect, LPCTSTR lpszText );
// Generated message map functions
protected:
//{{AFX_MSG(CMyToolTipCtrl)
// 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_MYTOOLTIPCTRL_H__010A1F86_3965_478E_B83E_AF3D09598073__INCLUDED_)