00001
00002
00003
00004
00005
00006 #if !defined(AFX_EDITBOXEX_H__D71D7F46_8710_4A0A_8AF2_D8F06678F154__INCLUDED_)
00007 #define AFX_EDITBOXEX_H__D71D7F46_8710_4A0A_8AF2_D8F06678F154__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 class CComboBox_Ex : public CComboBox
00014 {
00015
00016 public:
00017 CComboBox_Ex();
00018
00019 public:
00020
00021 public:
00022
00023
00024
00025 protected:
00026
00027
00028 public:
00029 void SetReturnID (UINT nID);
00030 BOOL Create (CWnd *pParent);
00031 virtual ~CComboBox_Ex();
00032
00033
00034 protected:
00035 afx_msg LRESULT OnGetDroppedState (WPARAM, LPARAM);
00036 UINT m_uReturnID;
00037 CFont m_font;
00038
00039
00040
00041 DECLARE_MESSAGE_MAP()
00042 };
00043
00044
00045
00046 #endif