You display images on a picture control using the following functions:
In order to set the control’s image directly from an image file, you can use the DisplayImageFile function, or you can use SetCtrlBitmap to set the image from a bitmap in memory. Use GetCtrlBitmap to obtain a bitmap copy of the control’s image.
Use DeleteImage to remove the image from the picture control.