Click here to Skip to main content
15,895,423 members
Articles / Desktop Programming / Win32

Super Simple Live Tile Notification Using an Image (C++)

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
11 Sep 2012Ms-PL 7.3K  
This sample demonstrates how to use the Tile Template, specifically the TileSquareImage and an image.

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows 8
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LiveTileFun", "LiveTileFun\LiveTileFun.vcxproj", "{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|ARM = Debug|ARM
		Debug|Win32 = Debug|Win32
		Debug|x64 = Debug|x64
		Release|ARM = Release|ARM
		Release|Win32 = Release|Win32
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Debug|ARM.ActiveCfg = Debug|ARM
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Debug|ARM.Build.0 = Debug|ARM
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Debug|ARM.Deploy.0 = Debug|ARM
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Debug|Win32.ActiveCfg = Debug|Win32
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Debug|Win32.Build.0 = Debug|Win32
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Debug|Win32.Deploy.0 = Debug|Win32
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Debug|x64.ActiveCfg = Debug|x64
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Debug|x64.Build.0 = Debug|x64
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Debug|x64.Deploy.0 = Debug|x64
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Release|ARM.ActiveCfg = Release|ARM
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Release|ARM.Build.0 = Release|ARM
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Release|ARM.Deploy.0 = Release|ARM
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Release|Win32.ActiveCfg = Release|Win32
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Release|Win32.Build.0 = Release|Win32
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Release|Win32.Deploy.0 = Release|Win32
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Release|x64.ActiveCfg = Release|x64
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Release|x64.Build.0 = Release|x64
		{FDB72A7F-7AF4-4742-B49E-B0CDA004F738}.Release|x64.Deploy.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 Microsoft Public License (Ms-PL)


Written By
Instructor / Trainer Microsoft
United States United States
Sam Stokes works for Microsoft as a technology evangelist and is focused on working with colleges, students and professors.

Comments and Discussions