Workspace Manager
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The workspace manager allows to automatically save/restore the application states:
- Toolbars/menus customization context and location
- Ribbon bar state and customization context
- Application frame(s) location and state
- Docking panes layout
- Keyboard customization state
- Last selected visual theme
To use workspace manager, simply derive your application class from CBCGPWinApp (or add CBCGPWorkspace-derivation to your application class).
Sample code:
class CMyApp : public CBCGPWinApp
{
...
};