Control Notification Messages be sent to a non-parent..
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
messages like ON_EN_SETFOCUS for a CEdit Control is typically sent through its parent,ryt? This is the situation of CControlBar->Intermediate CWnd->CEdit.. CControlBar is docked on a CMainFrame... CEdit's parent is an intermediate CWnd.. I want SetFocus notifications and ENTER key presses to be handled by CControlBar or on the CMaiNFrame.. is there anyway i can do these? regards, Maverick