In my application (vc++ MFC) I have some toolbars. I need to create this toolbars dockable (already done) buy when a user press a button I need to make this toolbar NOT dockable and NOT floating. The user cant be able to drag the toolbar anymore. How can I do that? TIA.