Taskbar Controls

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NickP

    #1

    Taskbar Controls

    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.


  • Mattias Sjögren

    #2
    Re: Taskbar Controls

    >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.

    Comment

    • NickP

      #3
      Re: Taskbar Controls

      Hey Mattias,

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

      Nick.

      "Mattias Sjögren" <mattias.dont.w ant.spam@mvps.o rgwrote in message
      news:e9vtsJTMIH A.280@TK2MSFTNG P03.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.

      Comment

      Working...