docs

Home All functions Categories

vuPrintWindow()

vuPrintWindow(), Signed

Description

Prints the current active window (not the entire desktop).

Parameters

Parameter Data Type Description
None   This function takes no parameters.

Returns

A LONG value:

Example

IF vuPrintWindow()
  MESSAGE('Current window sent to printer.')
ELSE
  MESSAGE('Print window failed.')
END

Notes

Home All functions Categories