Textured Dialogs

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

You can create a dialog box with a background image. The transparency of the dialog controls will be handled automatically.

Textured Dialogs

Sample code:

class CMyDlg : public CBCGDialog
{
}; 

BOOL CMyDlg::OnInitDlg ()
{
        SetBackgroundImage (IDB_IMAGE, CBCGControlsDlg::BACKGR_TOPLEFT);
}