Screen Capture/Screen Shot

tuxp3

Member
Joined
Apr 16, 2004
Messages
6
I want to know how to do a simple Screen Shot, of the entire desktop (this is gonna be for my schools library so itll be hidden)

Also some recommendations on what is a good (fast) compression method to use? i was thinking zlib or ZRLE or Hextile or CoRRE or RRE, but im not that familar with them and was hoping that the framework possibliy had a bulit-in compression library im looking for speed over anything!! (the school has a 100mbit lan and i only plan on updating the pictures every 30 seconds to 5 mins..

Thanks,
Andrew
 
I have try this before. The code is in Google. Theres a lot fo sample.
BUt, I faced with a problem that when the system capture the screen, the computer will actually lag.
 
you can invoke the print screen button with sendkeys or something and then
paste the image from the clipboard.

hope it helps
 
Back
Top