[Migrated content. Thread originally posted on 12 August 2005]
All,I have a screen that is longer than the desktop, ie you have to scroll down to see the bottom of the screen. Currently I use the following logic to capture the screen:
CALL "W$BITMAP" USING
WBITMAP-CAPTURE-IMAGE
"PSCREEN.BMP"
0
1
8.
This logic captures the current screen as I see it on the desktop. I would to be able to capture the entire application screen from top to bottom. Is this possible? If so, could anybody offer any guidance as to how I could this.
Thank you,
James
