esac
esac

Reputation: 24695

How to get a thumbnail of a window in C#?

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

Upvotes: 16

Views: 5138

Answers (2)

Shay Erlichmen
Shay Erlichmen

Reputation: 31928

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

alt text

Upvotes: 19

Eltariel
Eltariel

Reputation: 1298

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

Upvotes: 0

Related Questions