Click here to Skip to main content
15,887,856 members
Articles / Desktop Programming / WPF

WPF: Integrating our application with the Windows 7 Taskbar (I)

Rate me:
Please Sign up or sign in to vote.
4.50/5 (8 votes)
24 Jul 2010CPOL6 min read 43.3K   1.1K   24  
The taskbar of Windows 7 is one of the major changes in the Operating System, and brings many advantages.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WPF Icon Overlay And ProgressBar", "WPF Icon Overlay And ProgressBar.vbproj", "{AF0DC481-DD0E-4345-8972-D69412E0C2DB}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{AF0DC481-DD0E-4345-8972-D69412E0C2DB}.Debug|x86.ActiveCfg = Debug|x86
		{AF0DC481-DD0E-4345-8972-D69412E0C2DB}.Debug|x86.Build.0 = Debug|x86
		{AF0DC481-DD0E-4345-8972-D69412E0C2DB}.Release|x86.ActiveCfg = Release|x86
		{AF0DC481-DD0E-4345-8972-D69412E0C2DB}.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