Stig
Stig

Reputation: 1

How to create custom taskbar tumbnail in Win7?

How do I use DwmSetIconicThumbnail in c# to set an applications taskbar tumbnail?

Upvotes: 0

Views: 317

Answers (2)

David Heffernan
David Heffernan

Reputation: 613352

The most common approach is to use the Windows API Code Pack. I wouldn't recommend trying to P/invoke this yourself.

Upvotes: 1

Default Writer
Default Writer

Reputation: 2566

Use any of the managed wrapper libraries for dwm in C#, or use it by yourself using C# interop

Upvotes: 0

Related Questions