Windows Management Dialog

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available 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.

Windows Management Dialog

Sample code:

void CMainFrame::OnWindowManager() 
{
	ShowWindowsDialog ();
}