Saturday, February 28, 2009

Print Screen Project [PSP]

If there is something I do often, I use the print screen key. The process of getting an image using the print screen key takes way too much time. Think of all the steps involved:

1) press PrtSc
2) open Microsoft Paint
3) press Ctrl+V to paste the screen image

Wouldn't the whole world be a lot happier if we could just press a key and the screen image would automatically be saved in a JPEG file? I'm not the only one searching to tackle similar problems. I'm trying to find the function for PrintScreen on the net, and then I'll just use stream input and output to create a jpeg file containing the image somehow. I don't know how. To be continued...

No comments: