I have an MDI app. I would like to add an icon to the non client title bar of the child window that allows the window to float separately from the parent MDI container, allowing the user to take the child windows and arbitrarily place them around the desktop, outside of the MDI window.
I have seen it done so I know it's possible, but I'm having a hard time figuring out how to accomplish it.
I am using WTL (Windows Template Library) however I'm tagging this with MFC and Win32 since I believe the underlying principles will be the same, and folks might have knowledge across the spectrum of Windows APIs.