Click here to Skip to main content
15,896,727 members
Articles / Programming Languages / XML

TaskbarNotifier, a skinnable MSN Messenger-like Popup in C# and now in VB.NET too

Rate me:
Please Sign up or sign in to vote.
4.94/5 (413 votes)
30 Mar 20034 min read 2.8M   68.4K   1.1K  
The TaskbarNotifier class allows to display an MSN Messenger-like animated popup with a skinned background
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskbarNotifierDemo", "TaskbarNotifierDemo.csproj", "{3F1E39A2-69ED-4E46-BA91-3840EF78F5F4}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{3F1E39A2-69ED-4E46-BA91-3840EF78F5F4}.Debug.ActiveCfg = Debug|.NET
		{3F1E39A2-69ED-4E46-BA91-3840EF78F5F4}.Debug.Build.0 = Debug|.NET
		{3F1E39A2-69ED-4E46-BA91-3840EF78F5F4}.Release.ActiveCfg = Release|.NET
		{3F1E39A2-69ED-4E46-BA91-3840EF78F5F4}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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.


Written By
Web Developer
United States United States
I live in Santa Clara CA and work as a software engineer for SAP Business Objects.

My areas of expertise are user interface developments in Eclipse RCP / SWT / Draw 2D and C#

Comments and Discussions