BCGControlBar Pro for MFC
BOOL CBCGPToolBarImages::Load ( LPCTSTR  lpszBmpFileName)

Loads a bitmap with toolbar images.

Returns
Nonzero if the bitmap was loaded successfully; otherwise 0.

Call this function to load a bitmap with the toolbar images from a disk file.

The toolbar images from the loaded file are added to the existing image list if bAdd is TRUE. The internal image count is updated accordingly.

If the file has red-only attribute, the image list is marked as red-only.

Parameters
lpszBmpFileNameSpecifies a path to a disk file to load bitmap from.