MyList.h
上传用户:shouhua
上传日期:2014-12-06
资源大小:5685k
文件大小:1k
- #if !defined(AFX_MYLIST_H__788217FF_EDF0_4D19_A04D_928DA4C8F187__INCLUDED_)
- #define AFX_MYLIST_H__788217FF_EDF0_4D19_A04D_928DA4C8F187__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MyList.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // MyList window
- class MyList : public CListCtrl
- {
- // Construction
- public:
- MyList();
- // Attributes
- public:
- bool InitSystemImageLists(HWND hwndList);
- int GetFileIcon(LPCTSTR lpFileName);
- void SetFolder(CString sFile);
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(MyList)
- //}}AFX_VIRTUAL
- // Implementation
- public: virtual ~MyList();
- // Generated message map functions
- protected:
- //{{AFX_MSG(MyList)
- // 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_MYLIST_H__788217FF_EDF0_4D19_A04D_928DA4C8F187__INCLUDED_)