Pregunta

Windows 7 and 8 can show multiple tabs in the task bar preview.

some programs like IE, FireFox and ... can show all internal tabs in the task bar.

FireFox Multiple Tabs In the task bar preview sample.

I want to create a WPF program that can use this ability.I know it able with windows API Code Pack But i haven't any sample for this.

some body can help me ?

¿Fue útil?

Solución

This article is about Windows 7 but my guess is that it's quite the same for Win8. Have a look at this: http://msdn.microsoft.com/en-us/windows/ee624070.aspx

Otros consejos

The answer by reinder contains a link that redirects successfully to an article called "The Taskbar" in a group of articles called "Extending the Desktop" on the MSDN site. Within that article there is a section called "Modifying the Taskbar" with a link to the ITaskbarList COM Interface. That interface is said to be implemented by some object that answers to CLSID_TaskbarList. So this is some stuff you can search for to get the rest of the details: ITaskbarList, CLSID_TaskbarList.

As I write this there are also some informative articles showing up under "Related" here.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top