문제

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 ?

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top