摘要: 先看看效果头文件:#pragma once#include // CAddressComboBoxclass CAddressComboBox : public CComboBox{ DECLARE_DYNAMIC(CAddressComboBox)public: CAddressComboBox(); virtual ~CAddressComboBox();protected: DECLARE_MESSAGE_MAP() afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg int OnCreat... 阅读全文
posted @ 2013-09-08 18:34 幸福之圣 阅读(2808) 评论(2) 推荐(1)