Hello
I've created a class that inherits from the ATL-class "CComboBox". What I want to do now is capture some of the notifications that "CComboBox" sends, like CBN_SELENDOK before they are sent to the parent window. But I only know how to capture from a child control, not messages from within the class itself. Is it possible to capture "your own" notifications?
Grateful for any help
/Tomas Emilsson
I've created a class that inherits from the ATL-class "CComboBox". What I want to do now is capture some of the notifications that "CComboBox" sends, like CBN_SELENDOK before they are sent to the parent window. But I only know how to capture from a child control, not messages from within the class itself. Is it possible to capture "your own" notifications?
Grateful for any help
/Tomas Emilsson