Click here to Skip to main content
15,892,697 members
Articles / Desktop Programming / WPF

WPF: Customize your Application with Styles and Control Templates (Part 2 of 2)

Rate me:
Please Sign up or sign in to vote.
4.92/5 (30 votes)
5 Jun 2010CPOL12 min read 115.7K   12.4K   79  
Part two of the two-part tutorial on how to customize your WPF application using Styles and Control Templates

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BlackCrystal", "BlackCrystal\BlackCrystal.vbproj", "{7EA3BA1C-B463-45EF-97FD-5642C53E1C05}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7EA3BA1C-B463-45EF-97FD-5642C53E1C05}.Debug|x86.ActiveCfg = Debug|x86
		{7EA3BA1C-B463-45EF-97FD-5642C53E1C05}.Debug|x86.Build.0 = Debug|x86
		{7EA3BA1C-B463-45EF-97FD-5642C53E1C05}.Release|x86.ActiveCfg = Release|x86
		{7EA3BA1C-B463-45EF-97FD-5642C53E1C05}.Release|x86.Build.0 = Release|x86
	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) Freelance Developer
Spain Spain
MVP Windows Platform Development 2014
MVP Windows Phone Development 2013
MVP Windows Phone Development 2012

Comments and Discussions