Click here to Skip to main content
15,892,746 members
Articles / Desktop Programming / WPF

WPF Taskbar Notifier - A WPF Taskbar Notification Window

Rate me:
Please Sign up or sign in to vote.
4.65/5 (36 votes)
22 Jan 2008CPOL4 min read 311.8K   17.6K   193  
A WPF taskbar "popup" window.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFTaskbarNotifierExample", "WPFTaskbarNotifierExample\WPFTaskbarNotifierExample.csproj", "{2CAAE824-BB9A-4D4E-80CC-79DED1BE5642}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFTaskbarNotifier", "WPFTaskbarNotifier\WPFTaskbarNotifier.csproj", "{C807F74B-9C21-4A9F-8A60-C7D7AF7BCBBA}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{2CAAE824-BB9A-4D4E-80CC-79DED1BE5642}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2CAAE824-BB9A-4D4E-80CC-79DED1BE5642}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2CAAE824-BB9A-4D4E-80CC-79DED1BE5642}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2CAAE824-BB9A-4D4E-80CC-79DED1BE5642}.Release|Any CPU.Build.0 = Release|Any CPU
		{C807F74B-9C21-4A9F-8A60-C7D7AF7BCBBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C807F74B-9C21-4A9F-8A60-C7D7AF7BCBBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C807F74B-9C21-4A9F-8A60-C7D7AF7BCBBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C807F74B-9C21-4A9F-8A60-C7D7AF7BCBBA}.Release|Any CPU.Build.0 = Release|Any CPU
	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
United States United States
software engineer

Comments and Discussions