Windows Management Dialog
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
This library includes Microsoft Visual C++ style Windows management dialog box, that allows user to manage the application’s open documents.
The dialog box contains a list of all MDI child windows and handles their state according to the user choice automatically. You can select several of your open documents or all of them and manage them at runtime.
Sample code:
void CMainFrame::OnWindowManager()
{
ShowWindowsDialog ();
}