Is there a way to grab a screen-shot of the entire screen? (that is, the
desktop and all open windows)

Can this be done from the .NET framework - or is there a way to call out to
Windows.

Thanks everyone.
===
Phil

Re: Grabbing a Screen Shot - Entire Screen by Tim

Tim
Tue Apr 19 18:35:59 CDT 2005

The following link contains code, in C#, that allows you to get a Bitmap
object that represents a screen capture.
http://www.codeproject.com/csharp/csCaptureScreen1.asp

--
Tim Wilson
.Net Compact Framework MVP

"Phil Jones" <phil_newsgroup@hotmail.com> wrote in message
news:uLKpRRTRFHA.3944@TK2MSFTNGP10.phx.gbl...
> Is there a way to grab a screen-shot of the entire screen? (that is, the
> desktop and all open windows)
>
> Can this be done from the .NET framework - or is there a way to call out
to
> Windows.
>
> Thanks everyone.
> ===
> Phil
>
>



Re: Grabbing a Screen Shot - Entire Screen by Phil

Phil
Tue Apr 19 19:47:29 CDT 2005

Brilliant - thanks Tim