#if !defined(AFX_MY_LIST_CTRL_H__7E2DC1CF_6CD3_4552_AF26_ED81C6032CA0__INCLUDED_) #define AFX_MY_LIST_CTRL_H__7E2DC1CF_6CD3_4552_AF26_ED81C6032CA0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // my_list_ctrl.h : header file // ///////////////////////////////////////////////////////////////////////////// // CMyListCtrl window class CMyListCtrl : public CListCtrl { // Construction public: CMyListCtrl(); // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMyListCtrl) //}}AFX_VIRTUAL // Implementation public: virtual ~CMyListCtrl(); // Generated message map functions protected: //{{AFX_MSG(CMyListCtrl) afx_msg void OnItemclick(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MY_LIST_CTRL_H__7E2DC1CF_6CD3_4552_AF26_ED81C6032CA0__INCLUDED_)