PDA

View Full Version : How do I use the button "Print Screen" on my keyboard?


Lua
03-23-2008, 06:09 AM
I need to take a javascript off of a website and make it into an image. I know you can use the Print Screen button, but I'm not completely sure on how to use it. Help ASAP.Thank you.

rollandb1
03-23-2008, 07:47 AM
Hit print screen then open paint and do an edit paste.

CameronC
03-23-2008, 09:26 AM
the print creen stores the picture in the clipboard just paste it in a program such as paint

BR
03-23-2008, 11:05 AM
"Print Screen" copies whatever is onscreen when you press it. Then you can paste it elsewhere. You cannot do it that way. Try going to 'View' then 'View Source'. That shows you the source code, which you can copy onto your site.

davisdlrch
03-23-2008, 12:44 PM
push print screen, then go to paint, go to edit, then click paste. IT saves a picture of the screen. After that, save the image

Aldane
03-23-2008, 02:23 PM
When you press print screen it captures the whole screen. Press print screen and go to any image program then just paste and crop.

opalrule
03-23-2008, 04:01 PM
The sole function of this key is to take a snapshot or picture of your computer screen and copy it to the clipboard (the clipboard is an invisible holding area for content that is copied). Its the same thing as if you copied something from a document and it is now on your clipboard waiting to be pasted in its final destination. Or there is always the ALT + Print Screen combination which will only take a screenshot of the "currently selected" window... Not the "entire" screen.