Home All Groups Group Topic Archive Search About
Author
27 Nov 2007 10:33 AM
NickP
Hi there,

I'm interested in making an application appear in the taskbar in a similar
way to how Windows Media Player appears, in it's own custom taskbar group,
where you can manipulate the program directly on the taskbar.

Has anyone got any advice on how to do this?  I've just been hunting around
on google but not found anything other than simply hiding/showing the icon.

TIA!

Nick.

Author
27 Nov 2007 8:18 PM
Mattias Sjögren
>Has anyone got any advice on how to do this?

Those things are called "desk bands". If you google that you'll get
plenty of hits. The MSDN docs are at

http://msdn2.microsoft.com/en-us/library/bb776819.aspx

Note however that they should be implemented in a language like C++,
not VB.NET or other managed language.


Mattias

--
Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Author
27 Nov 2007 10:53 PM
NickP
Hey Mattias,

    Many thanks for your help that's great :-)

Nick.

Show quoteHide quote
"Mattias Sjögren" <mattias.dont.want.spam@mvps.org> wrote in message
news:e9vtsJTMIHA.280@TK2MSFTNGP03.phx.gbl...
>
>>Has anyone got any advice on how to do this?
>
> Those things are called "desk bands". If you google that you'll get
> plenty of hits. The MSDN docs are at
>
> http://msdn2.microsoft.com/en-us/library/bb776819.aspx
>
> Note however that they should be implemented in a language like C++,
> not VB.NET or other managed language.
>
>
> Mattias
>
> --
> Mattias Sjögren [C# MVP]  mattias @ mvps.org
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.