How to Program Tab Bar Multi Tab Preview like IE on Windows 7 in WPF?

IE8 on Win7 http://akashkava.com/blog/wp-content/uploads/2009/09/IE8-on-Win7.png

Windows 7 has a new taskbar and IE can display multiple tabs in the taskbar preview, most programs that have not implemented this new api show only one preview, I have an application where I have multiple tabs, and i want to show every tab in this preview.

Let me elaborate on this in more detail, I know that every new window automatically creates a new window in the switch, but how to override it using the tabbed interface in WPF.

+2


source to share


2 answers


You can of course familiarize yourself with the windows 7 taskbar api, I would recommend starting with developer resources on the windows 7 taskbar .



+2


source


Here's to get you started! I know this does not apply to your scenario, but it is planned in part 2, so keep me on these:



http://dotnet.org.za/rudi/archive/2009/10/14/anatomy-of-the-windows-7-taskbar-tabbedthumbnail-part-1.aspx

0


source







All Articles