WindowsTreeCtrl.h
上传用户:louyoung
上传日期:2007-01-02
资源大小:123k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. #if !defined(AFX_WINDOWSTREECTRL_H__79B50233_4C77_11D2_8690_0040055C08D9__INCLUDED_)
  2. #define AFX_WINDOWSTREECTRL_H__79B50233_4C77_11D2_8690_0040055C08D9__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // WindowsTreeCtrl.h : header file
  7. //
  8. class CWindowsTreeCtrl : public CTreeCtrl
  9. {
  10. // Construction
  11. public:
  12. CWindowsTreeCtrl();
  13. // Attributes
  14. public:
  15. // Operations
  16. public:
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CWindowsTreeCtrl)
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. public:
  23. static CString GetItemName(HWND hWnd);
  24. virtual void Enum();
  25. virtual ~CWindowsTreeCtrl();
  26. // Generated message map functions
  27. protected:
  28. virtual void AddAllChilds(HTREEITEM hRoot);
  29. virtual void NewBranch(HWND hWnd);
  30. static BOOL CALLBACK EnumWindowProc(HWND hWnd, LPARAM lParam);
  31. //{{AFX_MSG(CWindowsTreeCtrl)
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_WINDOWSTREECTRL_H__79B50233_4C77_11D2_8690_0040055C08D9__INCLUDED_)