docs

Home All functions Categories

vuPrintScreen()

vuPrintScreen(), Signed

Description

Captures the Windows Desktop, prompts the user to select a printer, and prints a copy of the captured desktop image.

Parameters

Parameter Data Type Description
None   This function takes no parameters.

Returns

A LONG value:

Example

IF vuPrintScreen()
  MESSAGE('Desktop capture sent to printer.')
ELSE
  MESSAGE('Print screen failed.')
END

Notes

Home All functions Categories