by Morten Kromberg <mkrom@[EMAIL PROTECTED]
>
Jan 25, 2008 at 01:02 AM
On Jan 24, 2:18=A0pm, aleph0 <apl68...@[EMAIL PROTECTED]
> wrote:
> Is there a simple way to implement a "screen shot" of a Form or
> SubForm in Dyalog ?
> ... i.e. without using the Windows APIs ?
> If not, can anyone here point to a link for the APIs ( e.g. =A0[]NA
> examples =A0) concerned ?
>
> Screen-Shot =3D grabbing the pixels on the screen for an Object or
> Area !
There is a function "DumpWindow" in the supplied workspace "QUADNA",
which takes a "ref" to an existing Window as its argument.
Morten