摘要: class CSDI01View : public CWindowImpl{ CMenuHandle m_TrackMenu; CToolTipCtrl m_ToolTip;public: DECLARE_WND_CLASS(NULL) BOOL PreTranslateMessage(MSG* pMsg) { pMsg; return FALSE; } BEGIN_MSG_MAP(CSDI01View) MESSAGE_HANDLER(WM_CREATE, OnCreate) MSG_WM_CONTEXTMENU(OnContextMenu) MESSAGE_HANDLER(WM_... 阅读全文
posted @ 2011-12-02 09:03 鱼木 阅读(179) 评论(0) 推荐(0)