YouTip LogoYouTip

Func Loadpicture

# VBScript LoadPicture Function * * Complete VBScript Reference Manual](#) * * * The LoadPicture function returns an image object. The graphic formats recognized by the LoadPicture function include: * bitmap files (.bmp) * icon files (.ico) * run-length encoded files (.rle) * metafile files (.wmf) * enhanced metafiles (.emf) * GIF files (.gif) * JPEG files (.jpg) **Note:** This function is only available on 32-bit platforms. ### Syntax LoadPicture(picturename) | Parameter | Description | | :--- | :--- | | picturename | Required. The filename of the image file to be loaded. | * * Complete VBScript Reference Manual](#)
← Func MsgboxFunc Isobject β†’