Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

VBScript LoadPicture function


May 13, 2021 VBScript


Table of contents


VBScript LoadPicture function

The VBScript LoadPicture function can view some information about the local picture.


VBScript LoadPicture function Complete VBScript reference manual

The LoadPicture function returns a picture object.

The graphical formats that can be recognized by the LoadPicture function are:

  • bitmap file (.bmp)
  • icon file (.ico)
  • run-length encoded file (.rle)
  • metafile file (.wmf)
  • enhanced metafiles (.emf)
  • GIF files (.gif)
  • JPEG File (.jpg)

Note: This function is only used for 32-bit platforms.

Grammar

LoadPicture(picturename)

parameter describe
picturename Required.The file name of the image file that needs to be loaded.


VBScript LoadPicture function Complete VBScript reference manual