TVN_SELCHANGING not received
问题 I have a WTL81 app. CMainFrame has a child CPaneContainer, that has a child window CTreeViewCtrl. The problem is CTreeViewCtrl doesn't receive TVN_SELCHANGING message. I have "spied" CTreeViewCtrl and his parent (CPaneContainer) and no notification code is received. CMainFrame is implemented from public CFrameWindowImpl<CMainFrame> CPaneContainer is implemented like this class PaneContainerReflectNotif : public CPaneContainer { BEGIN_MSG_MAP(PaneContainerReflectNotif) CHAIN_MSG_MAP