Computer Science Canada

Screen shots

Author:  mwachna [ Tue Mar 08, 2005 12:28 pm ]
Post subject:  Screen shots

Is there a command that can capture a screen shot and save it to a file.

This function would be useful aswell for a paint program where as a user can save his picture as "mypic.bmp".

I need to input a name to save the file as, then i need to be able to save that file as an image file of the screen shot.

thanks,

-matt
-Go T-Cats!-

Author:  jamonathin [ Tue Mar 08, 2005 12:41 pm ]
Post subject: 

if you create a new pic (save to a variable) it can be saved as a pic, but its not formatted right or something, so you can never open it up again, or so i think... Silly

Author:  the_short1 [ Tue Mar 08, 2005 1:55 pm ]
Post subject: 

no. .. . . .you can save it, but only as a .bmp and that takes a lot of memory and HD space *like 2mb per pic.. so yea.. just a caution..

Pic.ScreenSave i beleive is the command.. . have u heard of f10 ? common.

Author:  guttface [ Wed Mar 09, 2005 7:09 pm ]
Post subject: 

do you want to capture the whole screen or just the turing run window?

Author:  McKenzie [ Wed Mar 09, 2005 8:22 pm ]
Post subject: 

Pic.ScreenSave Part of Pic module

Syntax Pic.ScreenSave (x1, y1, x2, y2 : int, fileName : string)

Description: Pic.ScreenSave saves a portion of the screen into a file in a format specified by the file name.

-- straight from the help.

Author:  mwachna [ Wed Mar 09, 2005 8:47 pm ]
Post subject: 

I just wanted a portion of the program window...i think mckenzie got it though, im going to try that out once i get a chance...thanks.

-matt
-Go T-Cats!-


: