Click here to Skip to main content
15,885,546 members
Articles / Web Development / ASP.NET

Persian Calendar with Tray Icon

Rate me:
Please Sign up or sign in to vote.
3.71/5 (16 votes)
12 Mar 2012CPOL2 min read 69.9K   2.4K   27  
A Persian calendar that shows a tray icon

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mytray", "mytray.csproj", "{41C99961-5642-4F81-A222-0C5E74DA8A2A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{41C99961-5642-4F81-A222-0C5E74DA8A2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{41C99961-5642-4F81-A222-0C5E74DA8A2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{41C99961-5642-4F81-A222-0C5E74DA8A2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{41C99961-5642-4F81-A222-0C5E74DA8A2A}.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
Engineer neyshabur azad univeristy
Iran (Islamic Republic of) Iran (Islamic Republic of)
I had worked as programmer,project manager,web developer for more than 3 years, and have worked on programming personaly for more than 10 years.
I have worked in university as a teacher for 8 years.
my favorite langueges are : VC++,C#,ASP.NET,PHP

Comments and Discussions