Hi,
I have an app I wrote in Visual C++ 2010 using MFC.
I am using some of the MFC Outlookbars in a window/frame to select items.
I would like to collapse the horizontally window when not needed and then be able to restore it again when needed.
Something similar to the Access 2013 Windows for selecting Tables, Queries, etc.
Any thoughts on a control with this functionality?
I have rolled my own with a button bar in the top of the window/frame, which does a resize on the window. But of course it is not very polished looking, LOL!
Thanks