DlgSetPicture

DlgSetPicture Identifier, PictureName

 

The DlgSetPicture function is used to set the graphic displayed by a picture control in a dialog.

The Identifier is a string or numeric representing the dialog box. The PictureName is a string that identifies the picture to be displayed.

DlgSetPicture must be placed inside of a Dialog Function block that is defined in the Begin Dialog statement. For more information, see the example below.

For information on the Begin Dialog statement, see "Begin Dialog Statement". For information on the Dialog Function block, see "The Dialog Function".

More:

DlgSetPicture - Example