ComboBoxExt.h 690 B

1234567891011121314151617181920212223
  1. // ComboBoxExt.h: interface for the CComboBoxExt class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_COMBOBOXEXT_H__8B679420_1094_4C22_92BE_6C4863E02A07__INCLUDED_)
  5. #define AFX_COMBOBOXEXT_H__8B679420_1094_4C22_92BE_6C4863E02A07__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CComboBoxExt
  10. {
  11. public:
  12. CComboBoxExt();
  13. virtual ~CComboBoxExt();
  14. static WNDPROC m_cWndProc;
  15. static DWORD m_state;
  16. static LRESULT DefWindowProc( HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam );
  17. static void OnPaint( CWnd *pWnd );
  18. };
  19. #endif // !defined(AFX_COMBOBOXEXT_H__8B679420_1094_4C22_92BE_6C4863E02A07__INCLUDED_)