BCGControlBar Pro for MFC
BOOL CBCGPAppBarWnd::Create ( LPCTSTR  lpszWindowName,
CRect  rect,
CWnd *  pParentWnd = NULL 
)

Creates and registers application bar.

Returns
Nonzero if the application bar has been created successfully; otherwise 0.

Creates the window, registers this window as application bar and docks it at the right edge of the screen.

Parameters
lpszWindowNameSpecifies the window name.
rectSpecifies the bounding rectangle in screen coordinates.
pParentWndA pointer to parent window.