If a cdialogbar class window is 'docked' then when you hit the close button on the control the mesage is routed as normal ie the app receievs the wm_close message (i've added my own handler for the close button). But when the bar is floating the app does not get the message. How can this be resolved?
The problem is the that the floating bar has been reparented by CMiniDockFrameWnd and my app does not get the message as this handles it.