PrintScreenToBMP

Top  Previous  Next

 

PrintScreenToBMP (Method)

 

Exports the drawing that is shown on the screen into a .BMP file

 

Syntax:

Function PrintScreenToBMP(sBmpFile As String) As Boolean

 

The PrintScreenToBMP method syntax consists of the following:

Parameter

Data Type

Description

sBmpFile

String

Is the path of the bmp file

 

Return value:

Boolean - True on success, false on error.

 

Example