GetList.h
上传用户:aini_9474
上传日期:2007-01-03
资源大小:22k
文件大小:1k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. ///////////////////////////////////////
  2. // GetList
  3. // ---------------
  4. // Code by : Seo-WooSeok.
  5. // Last Updated : 1999.10.12
  6. ///////////////////////////////////////
  7. #if !defined(AFX_GETLIST_H__67187250_7D99_11D3_90F9_00105AA6C48C__INCLUDED_)
  8. #define AFX_GETLIST_H__67187250_7D99_11D3_90F9_00105AA6C48C__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. #include "OleListDropTarget.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CGetList window
  15. class CGetList : public CListCtrl
  16. {
  17. // Construction
  18. public:
  19. CGetList();
  20. // Attributes
  21. public:
  22. COleListDropTarget m_OleTarget;
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CGetList)
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. void AddUrl(CString strUrl);
  32. virtual ~CGetList();
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CGetList)
  36. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. // Attributes
  40. protected:
  41. int m_nCount;
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_GETLIST_H__67187250_7D99_11D3_90F9_00105AA6C48C__INCLUDED_)