![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Are there any samples or documentation on how to draw the background for the Office Button (i.e., the button that replaces the File menu) in Office 2007? |
|
I really like the glossy look of this item in Office 2007 and I want to implement a similar looking item in my app. |
#3
| |||
| |||
|
|
Are there any samples or documentation on how to draw the background for the Office Button (i.e., the button that replaces the File menu) in Office 2007? I really like the glossy look of this item in Office 2007 and I want to implement a similar looking item in my app. Thanks for any help! Lance |
#4
| |||
| |||
|
|
Lance, I've been looking, but have not found any. All the examples I've found are how to do it in PhotoShop, such as this one: http://www.pslover.com/click/160 My thinking is to translate the PhotoShop instructions into the equivalent GDI+ calls. Of course this means figuring out how to do "Inner glow", "Inner Shadow" and other effects. From what I've figured out so far it needs to be a "multi-layer" operation, fill the back ground, fill glow highlight, fill shadow highlight, fill the... I expect that companies such as Developer Express & others that offer an Ribbon implementation have figured out the GDI+ calls to do the gradient. Understandable they may choose not to share this intellectual property or they share it for a fee$ with restrictions. Alternatively they are simply relying on an image for the background; causing you to use a tool such as PhotoShop to draw the background. IMHO relying on an image for the background hinders a scalable UI (read changing DPI of your display). Code Plex has a project that suggests the Ribbon, but I'm not sure if they offer the Office Button background. http://www.codeplex.com/Project/Proj...TagName=Ribbon -- Hope this helps Jay B. Harlow [MVP - Outlook] .NET Application Architect, Enthusiast, & Evangelist T.S. Bradley - http://www.tsbradley.net "ljlevend2" <ljlevend2 (AT) nospam (DOT) nospam> wrote in message news:B43AC056-2722-4555-B0EE-F55D3DB0CA31 (AT) microsoft (DOT) com... Are there any samples or documentation on how to draw the background for the Office Button (i.e., the button that replaces the File menu) in Office 2007? I really like the glossy look of this item in Office 2007 and I want to implement a similar looking item in my app. Thanks for any help! Lance |
#5
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |