MHSAVESCN

Use this routine to save a bitmap image of a window/form.

$50=$formtitle

perform "_getwhnd"

if ($status < 0) done

$52="c:\screen.bmp"

perform "_mhsavescn"

Notes:

This function is only available under Win32 platforms (ie: Windows 95/98/ME and NT/2000).

$Revision: 1.11 $ $Date: 2011/02/28 02:56:32 $[go to top]