G
Greg Lose
Hey All - I'm looking for a way for a parent control to
receive notification when a child control receives the
focus. Ideally the parent control would receive a
notification even if the child control is many levels
down - ie a control of a control.
I attempted to add a msg filter that cheked for the
WM_SETFOCUSmsg but strangely enough that msg never
appeared in my filter.
receive notification when a child control receives the
focus. Ideally the parent control would receive a
notification even if the child control is many levels
down - ie a control of a control.
I attempted to add a msg filter that cheked for the
WM_SETFOCUSmsg but strangely enough that msg never
appeared in my filter.