Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要处理 EN_CHANGED。
COMMAND_HANDLER_EX(0, EN_CHANGE, OnEdit)
它在我使用 CEdit 时有效。
但是当我使用 CMyEdit 时它不起作用。
class CMyEdit : public CWindowImpl<CMyEdit, CEdit>
我需要做什么?
您已指定 0 而不是控件 ID 作为 command_handler_ex 宏的第一个参数