A ribbon is an interface wherein a set of toolbars are organized using tabs.

learn more… | top users | synonyms

1
vote
0answers
5 views

Creating an MS Office add-in that adds a new tab to the ribbon interface and presents macros to the user as buttons on this tab

I wish to create a Microsoft Word add-in for use by others in my office which will give them access to a few macros that will increase productivity and possibly prevent the odd mistake from happening. ...
0
votes
1answer
23 views

How can i remove a button that i added to the ribbon in Microsoft CRM?

I was adding a button to the ribbon of the lead form in Microsoft CRM by uploading a Web-source with all its resources and JavaScript code. I need to remove it now, so I deleted the solution that was ...
0
votes
1answer
26 views

ComboBox validation error - why does it fail?

The idea is simple: to select a period in seconds from a RibbonComboBox and save that to an app instance property. The underlying data is in milliseconds but the combo displays them in seconds. The ...
0
votes
1answer
34 views

Removing a programmatically added panel separator in MFC Ribbon Bar

I am writing an MFC application which takes advantage of the Ribbon bar, and I've designed most of it in the Ribbon editor. However, for one of my views, I need to programmatically add some buttons, ...
0
votes
0answers
9 views

Use office icon in Add in Ribbon

I create an Add-In with VS2012 for Office 2010/2013. I want to use an office embedded icon for my RibbonButton, but I have to use external resources. Can I use this panel of icon with my Ribbon ? ...
-1
votes
0answers
16 views

SharePoint 2013 - How to add custom ribbon to page? [closed]

I created sharepoint-hosted APP and I would like to add custom ribbon to my default page. How can I do it? Ty on your time!
0
votes
2answers
32 views

Resize issue with ribbon

I am using a code I found online for a ribbon however there is a problem when resizing the browser/viewing it on a smaller/bigger resolution. This is my code: http://codepen.io/seraphzz/pen/JhBnG I ...
1
vote
1answer
27 views

Excel VBA - Intercept AddIn Ribbon Click

i would like to know if it is possible to intercept the event generated by the Ribbon Button of an Excel Addin. I'm able to access to the .xlam source but seems there is no code in it that intercept ...
0
votes
0answers
40 views

How to Trigger click event from Ribbon button and insert record in other form opened in DocumentPanel of Ribbon Form in WPF?

,I have a .WPF form which contains a Ribbon Window. I have three forms that opens in this window. These forms opens in DocumentPanel by setting the content to file path. The forms contains the ...
1
vote
0answers
16 views

Replacing MicrosoftRibbonForWPF with .NET 4.5 integrated Ribbon

I just replaced the Microsoft.Windows.Controls.Ribbon with the new System.Windows.Controls.Ribbon and this is ok so far. But if I maximize my application the window now seems to be slightly too big. ...
0
votes
0answers
16 views

how to disable enhanced tooltips of windows ribbon

I'm new to VSTO development need to add a customized ribbon. I need to disable "enhanced tooltips" from Power Points VSTO project. currently I'm using "SuperTip" and "ScreenTip". Is there a way to ...
0
votes
0answers
11 views

Is WPF 4.5 Ribbon DialogBoxLauncher supported?

WPF 4.5 comes with System.Windows.Ribbon.Control When I create a ribbon, and I add some RibbonGroup, I am not able to find a way to get the little arrow that is used to launch an addition DialogBox. ...
1
vote
2answers
44 views

Is there a way to disable CommandBar Controls in Powerpoint VBA?

I have a PPT Add-In which may fail if a certain ViewType is not maintained. I do not see any PPTEvent which I could trap the change and prevent it (although, if this is possible, please advise!). ...
1
vote
1answer
48 views

How to create movable/resizeable/configurable Toolbars for a Windows Application

I have a large C++ application with a mostly homegrown layer for GUI Abstraction etc. The application is plain C/C++ on Win32 API. So far the application only supports a static horizontal toolbar ...
0
votes
0answers
13 views

Add a ribbon button to office 365 using xml

I want to add a ribbon button to powerpoint. I have office 365. In office 2010 I use this code: <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui"> <ribbon ...

1 2 3 4 5 54
15 30 50 per page