Click here to Skip to main content
15,886,809 members
Articles / Programming Languages / C#

WinForm Style Sheet

Rate me:
Please Sign up or sign in to vote.
3.08/5 (11 votes)
22 Jun 20044 min read 131.7K   2.5K   33  
An article on setting styles for Windows applications.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyWinApp", "MyWinApp\MyWinApp.csproj", "{2C5B6A4F-8D0D-407D-9393-16AF49EE77E0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinCSS", "WinCSS\WinCSS.csproj", "{ABAD35B5-CB2F-4D47-B8C1-67E35C493004}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{2C5B6A4F-8D0D-407D-9393-16AF49EE77E0}.Debug.ActiveCfg = Debug|.NET
		{2C5B6A4F-8D0D-407D-9393-16AF49EE77E0}.Debug.Build.0 = Debug|.NET
		{2C5B6A4F-8D0D-407D-9393-16AF49EE77E0}.Release.ActiveCfg = Release|.NET
		{2C5B6A4F-8D0D-407D-9393-16AF49EE77E0}.Release.Build.0 = Release|.NET
		{ABAD35B5-CB2F-4D47-B8C1-67E35C493004}.Debug.ActiveCfg = Debug|.NET
		{ABAD35B5-CB2F-4D47-B8C1-67E35C493004}.Debug.Build.0 = Debug|.NET
		{ABAD35B5-CB2F-4D47-B8C1-67E35C493004}.Release.ActiveCfg = Release|.NET
		{ABAD35B5-CB2F-4D47-B8C1-67E35C493004}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect
Canada Canada
I worked for the software industry as a software architect, system analyst, senior software engineer and MIS (management information system) consultant for last 10 years.

Comments and Discussions