Click here to Skip to main content
15,893,668 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.6K   468   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}") = "prjNiceMenu", "prjNiceMenu.csproj", "{A6DE986D-9426-458B-93AE-FDB6C8BEBE0F}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{A6DE986D-9426-458B-93AE-FDB6C8BEBE0F}.Debug.ActiveCfg = Debug|.NET
		{A6DE986D-9426-458B-93AE-FDB6C8BEBE0F}.Debug.Build.0 = Debug|.NET
		{A6DE986D-9426-458B-93AE-FDB6C8BEBE0F}.Release.ActiveCfg = Release|.NET
		{A6DE986D-9426-458B-93AE-FDB6C8BEBE0F}.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