Click here to Skip to main content
15,895,142 members
Articles / Desktop Programming / WPF

WPF: Integrating Our Application with the Windows 7 Taskbar (II)

Rate me:
Please Sign up or sign in to vote.
4.63/5 (6 votes)
3 Aug 2010CPOL7 min read 27.2K   473   17  
Let your user interact with your application using the new features of the Windows 7 Taskbar

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WPF JumpList And Thumbnail Toolbars", "WPF JumpList And Thumbnail Toolbars\WPF JumpList And Thumbnail Toolbars.vbproj", "{6DC729B0-0A5F-42A1-BAB8-BA32C101581F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6DC729B0-0A5F-42A1-BAB8-BA32C101581F}.Debug|x86.ActiveCfg = Debug|x86
		{6DC729B0-0A5F-42A1-BAB8-BA32C101581F}.Debug|x86.Build.0 = Debug|x86
		{6DC729B0-0A5F-42A1-BAB8-BA32C101581F}.Release|x86.ActiveCfg = Release|x86
		{6DC729B0-0A5F-42A1-BAB8-BA32C101581F}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Freelance Developer
Spain Spain
MVP Windows Platform Development 2014
MVP Windows Phone Development 2013
MVP Windows Phone Development 2012

Comments and Discussions