Click here to Skip to main content
15,879,239 members
Articles / Desktop Programming / ATL

Shell Extensibility - Explorer Desk Band, Tray Notification Icon et al.

Rate me:
Please Sign up or sign in to vote.
4.97/5 (21 votes)
28 Aug 2009CPOL12 min read 136.5K   3.2K   71  
A simple Calendar utility that demonstrates basic Shell extensibility techniques: desk band, tray notification icon, locales.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Calendar", "CalendarSysTray\Calendar.vcproj", "{16FBBE04-52FB-4F55-A322-2339710DD196}"
	ProjectSection(ProjectDependencies) = postProject
		{19259675-A5B4-403D-B7AD-8337023D3C05} = {19259675-A5B4-403D-B7AD-8337023D3C05}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CalendarDeskBand", "CalendarDeskBand\CalendarDeskBand.vcproj", "{19259675-A5B4-403D-B7AD-8337023D3C05}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Debug|x64 = Debug|x64
		Release|Win32 = Release|Win32
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{16FBBE04-52FB-4F55-A322-2339710DD196}.Debug|Win32.ActiveCfg = Debug|Win32
		{16FBBE04-52FB-4F55-A322-2339710DD196}.Debug|Win32.Build.0 = Debug|Win32
		{16FBBE04-52FB-4F55-A322-2339710DD196}.Debug|x64.ActiveCfg = Debug|x64
		{16FBBE04-52FB-4F55-A322-2339710DD196}.Debug|x64.Build.0 = Debug|x64
		{16FBBE04-52FB-4F55-A322-2339710DD196}.Release|Win32.ActiveCfg = Release|Win32
		{16FBBE04-52FB-4F55-A322-2339710DD196}.Release|Win32.Build.0 = Release|Win32
		{16FBBE04-52FB-4F55-A322-2339710DD196}.Release|x64.ActiveCfg = Release|x64
		{16FBBE04-52FB-4F55-A322-2339710DD196}.Release|x64.Build.0 = Release|x64
		{19259675-A5B4-403D-B7AD-8337023D3C05}.Debug|Win32.ActiveCfg = Debug|Win32
		{19259675-A5B4-403D-B7AD-8337023D3C05}.Debug|Win32.Build.0 = Debug|Win32
		{19259675-A5B4-403D-B7AD-8337023D3C05}.Debug|x64.ActiveCfg = Debug|x64
		{19259675-A5B4-403D-B7AD-8337023D3C05}.Debug|x64.Build.0 = Debug|x64
		{19259675-A5B4-403D-B7AD-8337023D3C05}.Release|Win32.ActiveCfg = Release|Win32
		{19259675-A5B4-403D-B7AD-8337023D3C05}.Release|Win32.Build.0 = Release|Win32
		{19259675-A5B4-403D-B7AD-8337023D3C05}.Release|x64.ActiveCfg = Release|x64
		{19259675-A5B4-403D-B7AD-8337023D3C05}.Release|x64.Build.0 = Release|x64
	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
Australia Australia
More than ten years of C++ native development, and counting.

Smile | :)

Comments and Discussions