MS Office like Ribbon Start Page

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available BCGControlBar for .NET

The start page appears on top of all application windows when the Ribbon-based product is starting. Usually, this page shows a general program information, recent documents list and new document templates.

In addition, you can display this page every time (for example, if user closes all documents).

Ribbon start page:

Ribbon start page:

Sample code:

CBCGPRibbonBar m_wndRibbonBar;

// Enable Start Page
// IDD_FORM_START: dialog resource ID
// CStartPage: dialog class (derived from CBCGPDialog)

m_wndRibbonBar.EnableStartPage(IDD_FORM_START, RUNTIME_CLASS(CStartPage));