BCGSuite for MFC
static void CBCGPPlannerManagerCtrl::SetImages ( UINT  nResID,
int  cxImage,
COLORREF  clrTransparent = RGB(255, 0, 255),
BOOL  bAutoScale = TRUE 
)
static

Loads appointment images from application resources.

Use this function to provide your custom images (icons) for appointments.

By default the images are loaded from the resource with IDB_BCGBARRES_CALENDAR_ICONS ID.

Parameters
nResIDSpecifies the resource ID number of the bitmap resource.
cxImageImage (icon) width.
clrTransparentAn RGB value which specifies the transparent color of the bitmap.
bAutoScaleIf TRUE, the bitmap will be scaled according to current DPI.