Tagged Questions

3
votes
3answers
87 views

how to show status bar in ribbon window wpf c#

I would like to use the ribbon bar like MS Office 2007 (and greater) in my own applications. Could anyone please provide me with links or references about how I can do this? EDIT: …
2
votes
2answers
71 views

Does the “Scenic Ribbon” need MS licensing?

The new variant "Scenic Ribbon" is now part of the Windows API (the Office 2007 "Fluent Ribbon" was not). Does anyone know if a program that uses the "Scenic Ribbon" needs to go t …
0
votes
2answers
286 views

Programatically adding a Ribbon to Microsoft Word 2007

I have a project that adds functionality to Microsoft Word using an XML Expansion Pack. Currently, when the document we give the customer is opened, it loads our pack, which execu …
0
votes
2answers
27 views

Where To Put C# Compiled Library DLLs

I've compiled the RibbonLib, then I got two DLLs(Microsoft.WindowsAPICodePack.dll and Ribbon.dll), but where I need to put this DLLs to use they in my Visual Studio 2008? I'm usin …
0
votes
1answer
36 views

Microsoft WPF ribbon - how can I add a RibbonTab stored in a Resources.xaml file?

I have a RibbonTab defined in a Resource file (xaml resources) and i need to add it to the ribbon's tabs collection. How do i do that? (In xaml) The Ribbon in xaml is something …
0
votes
0answers
36 views

how to add windows 7 ribbons to a WTL app

Has anybody tried to use the native windows 7 ribbon control in a WTL app? I mean the control behind: #include <UIRibbon.h> or an example for the MFC. (i don't talk about …
6
votes
2answers
237 views

Why are my transparent images used in a Delphi 2009 Ribbon not transparent on runtime?

I just played around with the new Delphi 2009 ribbon, added a few pages, groups and actionclients (large buttons) to it. I created some transparent 32x32px PNGs in Photoshop and pu …
0
votes
1answer
122 views

Can someone please compile C# Ribbon UI library into dll [closed]

I want to use this Ribbon in my Forms but I can't compile it even though I have got C# express, i think it requires me to have visual studio. So please can someone compile it? http …
0
votes
1answer
37 views

Office RibbonUI ApplicationMenu Icon

I'm having weird issues with the LargeImageSource for the Application menu (using Office2007Blue theme) My image is 48x48 but it appears to be scaling down to 10x10. It's not usi …
1
vote
1answer
61 views

Will the Scenic Ribbon ever be supported by the MFC Feature Pack?

My team has spent a long time developing a nice UI using the ribbon included in the VS2008 MFC Feature Pack. Now that Windows 7 is out and the look and feel of the ribbon has chan …
0
votes
0answers
34 views

Access 2007 Date Picker in Ribbon Input Control

I was wondering if there was any way to implement the date picker in Access 2007 as a control in the ribbon. I've already created a custom tab for the ribbon that replaced my main …
0
votes
1answer
21 views

get RibbonCommand Name from sender Object that is executed

How to get the Label of Ribbon command that is executed. Information is present in sender object but how to cast it in RibbonCommand and then I can get that command name private …
0
votes
1answer
124 views

enable ribbon control

Menu Items and all other menus are not enabled` <r:RibbonWindow xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w …
0
votes
2answers
130 views

How to enable ribbon menu?

<r:RibbonWindow.Resources> <ResourceDictionary> <!--Ribbon Commands--> <r:RibbonCommand x:Key="cmdPrint" CanExecute="RibbonCommand_CanExec …
4
votes
13answers
1k views

The best Ribbon interface library?

Can anyone recommend a good Ribbon interface library? I can see that Microsoft is (maybe) planning to release a native Ribbon interface library in Windows 7: http://www.istartedso …

1 2 3 4 5 6 next
15 30 50 per page