Aero snap with CDockablePane
-
I managed to get MDI tear off functionality into my app, like VS does. I placed the teared off view window to a dockable pane. Now I would like to get the Aero Snap (Dragging caption with mouse to monitor top, corners, etc.) functionality for the teared off window. Someone out there to get me into the right direction? Regards, Franz
-
I managed to get MDI tear off functionality into my app, like VS does. I placed the teared off view window to a dockable pane. Now I would like to get the Aero Snap (Dragging caption with mouse to monitor top, corners, etc.) functionality for the teared off window. Someone out there to get me into the right direction? Regards, Franz
-
My app is MFC, yes. Found out that snap functionality works only with CFrameWnd inherited windows and not with CDockablePane, as they do not have a DWM caption bar.