vote up 2 vote down star

How do you go about getting a thumbnail of a window, like Windows 7 superbar preview, or Aero flip? Note that I do not want a screenshot of the application, there is a way in DWM to get this information.

I would like a C# way of doing this.

Thanks

flag

3 Answers

vote up 2 vote down check

Already been done by Bart de Smet, he used the new Vista DWM api to achieve that.

alt text

link|flag
vote up 1 vote down

Check this out

http://www.onedotnetway.com/programmatically-take-screenshot-using-c/

and then Michael L.'s comment.

link|flag
Jan, appreciate it, but this is exactly what I didn't want .. it just takes a screenshot. Vista/Win7 have an API for using DWM to do this which just gets a scaled down image of the buffer directly from the video card, thus avoiding the 'blanked out application' issue when minimized. – esac Sep 23 at 15:42
vote up 0 vote down

You may want to check out Mimic - it's entire purpose is to do this, although it is a standalone app.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.