Matt Davis
Matt Davis

Reputation: 46052

ToolStripProfessionalRenderer for Visual Studio 2008 Look-and-Feel

I came across this link today that offers a ToolStripProfessionalRenderer implementation for the Office 2007 look-and-feel.

From what I can tell, it would be fairly straightforward (albeit tedious) to customize this to support various other themes, such as the silver and black themes of Office 2007.

More specifically, I'd like to find a color table that matches Visual Studio 2008. Does anyone know where I might find this?

Upvotes: 3

Views: 2039

Answers (3)

Lex Li
Lex Li

Reputation: 63289

I posted about Office 2007 style when I was doing WinForms.

Although Krypton does not ship a Visual Studio 2008 style, you should be able to customize as it is highly flexible.

Upvotes: 0

Igal Tabachnik
Igal Tabachnik

Reputation: 31548

I found this a while back, and even have a bookmark for it: http://blogs.msdn.com/jfoscoding/articles/489637.aspx

I think this is what you're looking for.

Upvotes: 2

Hans Passant
Hans Passant

Reputation: 942267

Yes, tedious. You can find color settings in the MFC Feature Pack files, included with VS2008 SP1. There are 4 Office themes, they each have a style.xml file in a subdirectory of vc/atlmfc/include. Black, Blue, Silver and Aqua.

Upvotes: 1

Related Questions