Click here to Skip to main content
15,894,825 members
Articles / Programming Languages / C#

Fully themed Windows Vista Controls

Rate me:
Please Sign up or sign in to vote.
4.91/5 (60 votes)
16 Jun 2007Ms-PL9 min read 323.4K   7.8K   226  
Render Windows Controls fully (with special fade effects) in Windows Vista

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VistaControlsCodePj", "VistaControlsCodePj\VistaControlsCodePj.csproj", "{4411EB76-1A26-473A-A7BA-6D464FE0466F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VistaControls", "vistacontrols\VistaControls.csproj", "{C653A159-7575-490B-A2F0-DE54CF8180FC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4411EB76-1A26-473A-A7BA-6D464FE0466F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4411EB76-1A26-473A-A7BA-6D464FE0466F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4411EB76-1A26-473A-A7BA-6D464FE0466F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4411EB76-1A26-473A-A7BA-6D464FE0466F}.Release|Any CPU.Build.0 = Release|Any CPU
		{C653A159-7575-490B-A2F0-DE54CF8180FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C653A159-7575-490B-A2F0-DE54CF8180FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C653A159-7575-490B-A2F0-DE54CF8180FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C653A159-7575-490B-A2F0-DE54CF8180FC}.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 Microsoft Public License (Ms-PL)


Written By
Software Developer
Singapore Singapore
My other projects at Onfry

Comments and Discussions