Minimize to toolbar on taskbar?

Can I minimize my app to a toolbar on the taskbar like media player? Can this be easily done with .net?
[103 byte] By [jay1_z] at [2007-12-25]
# 1

I'm interested too. I know (and can provide code) how to minimize the application to the systray notification area (where your system clock is) but I don't think this is what you would like, correct?

ahmedilyas at 2007-8-31 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 2
Such a toolbar is called a "desk band". Here's a project that implements one using C#.
nobugz at 2007-8-31 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 3

'

Otherwise I'd love to have a copy of that systray code, if you wouldn't mind!

zenzai at 2007-8-31 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 4

here is the link to the systray code:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=643672&SiteID=1

of course modify it to your needs, hopefully itll get you up and running for the systray portion!

ahmedilyas at 2007-8-31 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 5

ahmedilyas wrote:

here is the link to the systray code:

I'll play with it. Thanks very much! :)

zenzai at 2007-8-31 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...