Click here to Skip to main content
15,881,882 members
Articles / Desktop Programming / MFC

CMenuXP - The Office XP Style Menu

Rate me:
Please Sign up or sign in to vote.
4.94/5 (114 votes)
13 Jul 2003CPOL2 min read 1.3M   27.9K   242  
Owner drawn menu with the Office XP visual style
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MDI", "MDI\MDI.vcproj", "{EE2BA2D9-88F9-44C5-B723-3B26FE13BB08}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDI", "SDI\SDI.vcproj", "{297DA68B-3308-42D7-93D3-7F06E9CF42D0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DLG", "DLG\DLG.vcproj", "{E978D4FF-C5C7-4FFE-AE4C-A963DB21E8E4}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{EE2BA2D9-88F9-44C5-B723-3B26FE13BB08}.Debug.ActiveCfg = Debug|Win32
		{EE2BA2D9-88F9-44C5-B723-3B26FE13BB08}.Debug.Build.0 = Debug|Win32
		{EE2BA2D9-88F9-44C5-B723-3B26FE13BB08}.Release.ActiveCfg = Release|Win32
		{EE2BA2D9-88F9-44C5-B723-3B26FE13BB08}.Release.Build.0 = Release|Win32
		{297DA68B-3308-42D7-93D3-7F06E9CF42D0}.Debug.ActiveCfg = Debug|Win32
		{297DA68B-3308-42D7-93D3-7F06E9CF42D0}.Debug.Build.0 = Debug|Win32
		{297DA68B-3308-42D7-93D3-7F06E9CF42D0}.Release.ActiveCfg = Release|Win32
		{297DA68B-3308-42D7-93D3-7F06E9CF42D0}.Release.Build.0 = Release|Win32
		{E978D4FF-C5C7-4FFE-AE4C-A963DB21E8E4}.Debug.ActiveCfg = Debug|Win32
		{E978D4FF-C5C7-4FFE-AE4C-A963DB21E8E4}.Debug.Build.0 = Debug|Win32
		{E978D4FF-C5C7-4FFE-AE4C-A963DB21E8E4}.Release.ActiveCfg = Release|Win32
		{E978D4FF-C5C7-4FFE-AE4C-A963DB21E8E4}.Release.Build.0 = Release|Win32
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer CSC
France France
Jean-Michel LE FOL is a GraphTalk product architect.
GraphTalk is a set of products which cover the whole scope of the development process. GraphTalk is used by the main insurance compagnies over the world.
The development team is currently based in France near Paris.

Comments and Discussions