Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Embedding application in windows-taskbar

We've all seen it and now I want to do it. How may I go about achieving this effect with a winforms application?

alt text
(source: activewin.com)

like image 965
George Johnston Avatar asked Oct 15 '22 10:10

George Johnston


1 Answers

You are probably going to want to start reading about Desk Bands. It's not an easy process, and you won't be able to just put your winforms application in the task bar. It also depends on what version of Windows you want to target, as tommieb75 pointed out, the newer versions of windows have better integrating capabilities.

In addition to the above, the Windows v6.1 SDK includes a desk band example that you could check out.

like image 94
scottm Avatar answered Oct 20 '22 20:10

scottm