Hello,

I have an problem with a CDialogbar if my app runs on a system with two screens (side by side).
I can not resize it while the CDialogbar is in floating state on the second screen.
I figured out that the problem is the mfc-function CDockContext::Stretch().
It limits the CDialogbar to the primary screen (using ::GetDesktopWindow() to verify the position).

What can I do?