BCGSuite for MFC
void CBCGPEdit::SetBrowseButtonImage ( HBITMAP  hBitmap,
BOOL  bAutoDestroy = TRUE 
)

Allows to set a custom button image.

Use this function to provide the edit control with a custom browse button image. In the standard modes (calculator, file, folder) the appropriate image is taken from the library resources.

Parameters
hBitmapA handle to bitmap.
bAutoDestroyIf TRUE, the bitmap will be destroyed automatically, when a new image has been added to the internal image list.