Click here to Skip to main content
15,891,777 members
Articles / Desktop Programming / WTL

Windows 7 Goodies in C++: Introduction to the Ribbon

Rate me:
Please Sign up or sign in to vote.
4.94/5 (39 votes)
21 Feb 2011CPOL22 min read 130.5K   3.3K   118  
A tutorial that shows how to get started using the Ribbon in your applications

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloRibbon", "HelloRibbon.vcproj", "{F1D4F51F-05BA-4201-9982-27B569445844}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F1D4F51F-05BA-4201-9982-27B569445844}.Debug|Win32.ActiveCfg = Debug|Win32
		{F1D4F51F-05BA-4201-9982-27B569445844}.Debug|Win32.Build.0 = Debug|Win32
		{F1D4F51F-05BA-4201-9982-27B569445844}.Release|Win32.ActiveCfg = Release|Win32
		{F1D4F51F-05BA-4201-9982-27B569445844}.Release|Win32.Build.0 = Release|Win32
	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) VMware
United States United States
Michael lives in sunny Mountain View, California. He started programming with an Apple //e in 4th grade, graduated from UCLA with a math degree in 1994, and immediately landed a job as a QA engineer at Symantec, working on the Norton AntiVirus team. He pretty much taught himself Windows and MFC programming, and in 1999 he designed and coded a new interface for Norton AntiVirus 2000.
Mike has been a a developer at Napster and at his own lil' startup, Zabersoft, a development company he co-founded with offices in Los Angeles and Odense, Denmark. Mike is now a senior engineer at VMware.

He also enjoys his hobbies of playing pinball, bike riding, photography, and Domion on Friday nights (current favorite combo: Village + double Pirate Ship). He would get his own snooker table too if they weren't so darn big! He is also sad that he's forgotten the languages he's studied: French, Mandarin Chinese, and Japanese.

Mike was a VC MVP from 2005 to 2009.

Comments and Discussions