Click here to Skip to main content
15,886,518 members
Articles / Desktop Programming / WPF

Creating Menus (with Drop-Down Sub-Menus) using Images in WPF

Rate me:
Please Sign up or sign in to vote.
4.36/5 (7 votes)
29 Nov 2012CPOL6 min read 33.8K   18  
Creating Menus (with Drop-Down Sub-Menus) using Images in WPF.

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualMenus", "VisualMenus\VisualMenus.csproj", "{0DD10979-E088-4B59-AA79-3FFC071F134B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0DD10979-E088-4B59-AA79-3FFC071F134B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0DD10979-E088-4B59-AA79-3FFC071F134B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0DD10979-E088-4B59-AA79-3FFC071F134B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0DD10979-E088-4B59-AA79-3FFC071F134B}.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
Software Developer (Senior)
United States United States
Shanan has been developing software professionally since 1994. She has had her hands in all aspects of design and development, from embedded systems to user interfaces and everything in between. She has worked equally across her career in Unix and Windows based systems, and has coded in many different languages. At this point in her career, Shanan is a senior .NET developer.

Outside work, Shanan is a mother of two young kids, and she is a fiction writer. She also plays the flute and the hammered dulcimer.

Comments and Discussions