Click here to Skip to main content
15,893,668 members
Articles / Programming Languages / C#

WindowsVistaRenderer: A New Button Generation

Rate me:
Please Sign up or sign in to vote.
4.86/5 (141 votes)
23 Nov 2007CPOL3 min read 284.4K   8.2K   322  
ToolStripRenderer that renders Vista like buttons

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "VistaRenderer\Demo.csproj", "{227E0676-0D30-4C27-AF47-59DBCD15B3AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Renderers", "Renderers\Renderers.csproj", "{5292C7AA-752D-417F-8111-21A71E9B034A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{227E0676-0D30-4C27-AF47-59DBCD15B3AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{227E0676-0D30-4C27-AF47-59DBCD15B3AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{227E0676-0D30-4C27-AF47-59DBCD15B3AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{227E0676-0D30-4C27-AF47-59DBCD15B3AF}.Release|Any CPU.Build.0 = Release|Any CPU
		{5292C7AA-752D-417F-8111-21A71E9B034A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5292C7AA-752D-417F-8111-21A71E9B034A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5292C7AA-752D-417F-8111-21A71E9B034A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5292C7AA-752D-417F-8111-21A71E9B034A}.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
Product Manager
United States United States
- I've been programming Windows and Web apps since 1997.
- My greatest concern nowadays is product, user interface, and usability.
- TypeScript / React expert

@geeksplainer

Comments and Discussions