Eldad Mor
Eldad Mor

Reputation: 5525

Owner drawn taskbar thumbnail preview

Is there a way to draw the taskbar thumbnail preview on my own, instead of letting Windows draw it for me?

What I need is a dynamic thumbnail; for example, let's say I want the thumbnail to be a reverse of the "real" thumbnail. Any way to do that?

Upvotes: 2

Views: 1840

Answers (1)

Skomski
Skomski

Reputation: 4870

Yeah you can do with this method: DwmSetIconicLivePreviewBitmap.

Complete example: http://msdn.microsoft.com/en-us/library/ff819048(v=vs.85).aspx

Upvotes: 3

Related Questions