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.9 $ $Date: 2003/07/16 00:34:42 $[go to top]