Author |
Message |
mwachna
![](http://www.geocities.com/weareukrainians/tpoltava.GIF)
|
Posted: 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!- |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
jamonathin
![](http://compsci.ca/v3/uploads/user_avatars/57683465145f851a43dd9a.gif)
|
Posted: Tue Mar 08, 2005 12:41 pm Post subject: (No 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 Silly](http://compsci.ca/v3/images/smiles/new_silly.gif) |
|
|
|
|
![](images/spacer.gif) |
the_short1
|
Posted: Tue Mar 08, 2005 1:55 pm Post subject: (No 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. |
|
|
|
|
![](images/spacer.gif) |
guttface
|
Posted: Wed Mar 09, 2005 7:09 pm Post subject: (No subject) |
|
|
do you want to capture the whole screen or just the turing run window? |
|
|
|
|
![](images/spacer.gif) |
McKenzie
![](http://www.wizards.com/global/images/swtcg_article_27_pic3_en.gif)
|
Posted: Wed Mar 09, 2005 8:22 pm Post subject: (No 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. |
|
|
|
|
![](images/spacer.gif) |
mwachna
![](http://www.geocities.com/weareukrainians/tpoltava.GIF)
|
Posted: Wed Mar 09, 2005 8:47 pm Post subject: (No 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!- |
|
|
|
|
![](images/spacer.gif) |
|