Click here to Skip to main content
15,884,000 members
Articles / Programming Languages / C#

Improvement of the .NET Menu Style Class

Rate me:
Please Sign up or sign in to vote.
4.27/5 (17 votes)
14 Jan 20032 min read 211.1K   467   51  
This is an improvement by Francesco Natali over an improvement by Sajith M of the "Visual Studio .NET Menu Style" by Carlos H. Perez
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "myRTF Editor", "myRTF Editor.csproj", "{D72D11DB-9B2A-4FE6-8B3E-E01C90EA5912}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D72D11DB-9B2A-4FE6-8B3E-E01C90EA5912}.Debug.ActiveCfg = Debug|.NET
		{D72D11DB-9B2A-4FE6-8B3E-E01C90EA5912}.Debug.Build.0 = Debug|.NET
		{D72D11DB-9B2A-4FE6-8B3E-E01C90EA5912}.Release.ActiveCfg = Release|.NET
		{D72D11DB-9B2A-4FE6-8B3E-E01C90EA5912}.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.


Written By
Web Developer
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions