WTL的子例化

子例化须要继承WTL中的CWindowImpl,例如 class CEditImpl : public CWindowImpl<CEditImpl, CEdit> {     BEGIN_MSG_MAP(CEditImpl)         MSG_WM_CONTEXTMENU(OnContextMenu)     END_MSG_MAP()     void OnContextMenu ( HW
相关文章
相关标签/搜索