|
 |
BCGControlBar Pro (MFC) |
 |
BCGSuite (MFC) |
 |
BCGControlBar (Microsoft .NET) |
|
Explorer-style Toolbar |
The CBCGPExplorerToolBar class implements a special toolbar with Internet Explorer/Windows Explorer style. The following features are provided:
- Built-in Navigation Buttons ("Home", "Back", "Forward" and "Up")
- Built-in history menu button
- Built-in "Home" button
- Built-in "Refresh" and "Stop" buttons
- Support for DWM
|
|
Explorer Toolbar in Office 2007 mode:

|
|
Explorer Toolbar in Vista Aero mode:

|
|
Windows 10-like Explorer Toolbar with "simplified" buttons:

|
|
Sample code: |
CBCGPExplorerToolBar m_wndToolBar
int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CFrameWnd::OnCreate(lpCreateStruct) == -1)
return -1;
SetMenu (NULL);
m_wndToolBar.EnableNavigationButtons (ID_VIEW_BACK, ID_VIEW_FORWARD, 0, 0);
} |
|
|
Prev
Next |