Picture Statement

  1. Picture starting X position, starting y position, width, height, file, type[, .id]

Creates a picture control that shows a bitmap image in the dialog box.

file is the full pathway to the .bmp file

type is a number that indicates the type of bitmap.

0 means it's a file on your system. No other values are supported.

id is the control's unique name in the dialog box, such as an id of ".Picture1"

For more information, see "Dialog, Dialog Function".

More:

Example - Picture Statement