Capture Desktop Image

  • Thread starter Thread starter Bsiang Tan
  • Start date Start date
B

Bsiang Tan

Hi all,

Could anyone kindly point me the way to capture the desktop image (include
the desktop icon) as bitmap ?

Thank a lot

Best regard,
Bsiang
 
I don't know if this would work, it's just a suggestion:
1) minimize all windows (I seem to remember an article describing how to
enumerate all the windows)
2) send send the PrintScreen keycode
3) read the clipboard contents into a System.Drawing.Bitmap

note: I highly doubt there's a way to capture the screen without minimizing
everything first.

Chris
 
Back
Top