I need to handle EN_CHANGED.
COMMAND_HANDLER_EX(0, EN_CHANGE, OnEdit)
It works when I am using CEdit.
But it does not work when I am using CMyEdit.
class CMyEdit : public CWindowImpl<CMyEdit, CEdit>
What do I have to do?
I need to handle EN_CHANGED.
COMMAND_HANDLER_EX(0, EN_CHANGE, OnEdit)
It works when I am using CEdit.
But it does not work when I am using CMyEdit.
class CMyEdit : public CWindowImpl<CMyEdit, CEdit>
What do I have to do?
Copyright © 2021 Jogjafile Inc.
You have specified 0 rather than a control ID as the first parameter of the command_handler_ex macro