Click here to Skip to main content
15,896,912 members
Articles / Silverlight

Notification Control in Silverlight

Rate me:
Please Sign up or sign in to vote.
4.54/5 (14 votes)
26 Jan 2012CPOL1 min read 32K   1.6K   17  
A notification control for Silverlight that looks like the Windows 7 balloon tip.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BalloonDemo", "BalloonDemo.csproj", "{49FF5B8C-0AFD-4515-8F45-0795F81FDDC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Balloon", "..\Balloon\Balloon.csproj", "{A2A250C5-F046-4175-9793-7F47DBA50DFC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{49FF5B8C-0AFD-4515-8F45-0795F81FDDC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{49FF5B8C-0AFD-4515-8F45-0795F81FDDC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{49FF5B8C-0AFD-4515-8F45-0795F81FDDC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{49FF5B8C-0AFD-4515-8F45-0795F81FDDC4}.Release|Any CPU.Build.0 = Release|Any CPU
		{A2A250C5-F046-4175-9793-7F47DBA50DFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A2A250C5-F046-4175-9793-7F47DBA50DFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A2A250C5-F046-4175-9793-7F47DBA50DFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A2A250C5-F046-4175-9793-7F47DBA50DFC}.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 (Senior)
India India
Jawahar working as a Senior Development Engineer in Aditi Technologies,Bangalore, India. Specialist in all XAML frameworks. Very passionate on UX Design and Development. Skilled in Expression Blend, Design, WPF, Silverlight, Windows Phone 7/8, Windows 8. Good knowledge in Entity Framework, SQLite and SQL Server also. Also had good experience with PRISM, MVVM, Caliiburn Micro and other design patterns.

He developed few products for Syncfusion Inc. Also working on some freelancing projects. Worked as a lead developer of Metro Studio from Syncfusion Inc.

An active freelancer. http://xamlfactory.elance.com

http://about.me/jawahars

http://wpfplayground.com/

Comments and Discussions