Please enable JavaScript to view this site.

A-Shell Consolidated Reference

Written January 2024

xcall APRNTSCRN {, hwndmain, hwnddlg, prgname, progver}

APRNTSCRN.SBX is a screen capture routine specifically targeted at A-Shell applications, designed to facilitate both tech support and documentation. By default it is linked into the File menu, but can be called explicitly like any other external (SBX) subroutine.

Parameters

hwndmain  (Num)  [in]

Optional main window handle. Omit or 0 to default. Interacts with the user interface option to use the main window as the source for the capture.

hwnddlg  (Num)  [in]

Optional main dialog handle. Omit or 0 to default. Interacts with the user interface option to use the main dialog as the source for the capture.

prgname  (String)  [in]

Optional name of the current program. Omit or "" to default. Gets added to the email or file output, intended as clarification for tech support.

prgver  (String)  [in]

Optional current program version. Omit or "" to default. Gets added to the email or file output as with prgname.

See Also

Print Screen for example of its user interface and details on its external configuration options