When you right-click the Skype icon in the taskbar while Skype is running, it has a little group in the "CloseWindow" popup thing titled Tasks, which contains options to sign out or quit Skype.

How would I go about doing this in C#? Thanks.
|
When you right-click the Skype icon in the taskbar while Skype is running, it has a little group in the "CloseWindow" popup thing titled Tasks, which contains options to sign out or quit Skype.
How would I go about doing this in C#? Thanks. |
|||||
|
|||||
This question has an open bounty worth +50 reputation from Danny Beckett ending in 7 days.One or more of the answers is exemplary and worthy of an additional bounty. |
|||||
|
You need to use Microsofts Windows API Code Pack. For an example on the exact way to implement it in your case, this tutorial will guide you through all the steps! The tutorial will show you how to do make the same thing Skype and windows media player use very quickly. Hope this helps! |
|||
|
|
|
Those are called "Jump Lists" do a little web searching. Also see this: http://archive.msdn.microsoft.com/WindowsAPICodePack |
|||
|
|
|
I answered a similar question here: This feature is called a JumpList and is for Windows 7. It is part of the Microsoft API. How to use this with C# has been documented thoroughly here and here. In order to be able to deal with Jumplist classes in Windows Forms, you'd have to include these DLLs (
Any |
|||
|
|