Questions tagged [ribbon-control]
276 questions
0
votes
1 answer
Disable auto resize of custom button groups in the Ribbon
We have an office addin which adds groups of buttons in the Ribbon. Recently I upgraded from office 2007 to 2013 and the addin seemed to work all well. The only thing i noticed is a bit of a behaviour change in the buttons at small screen…

makeyoupizza
- 195
- 1
- 1
- 9
0
votes
1 answer
CMFCRibbonColorComboBox set background color for selected Item
How to derive my class CMFCRibbonColorComboBox from CMFCRibbonComboBox
and override OnDrawDropListItem?
How I can set background color for selected item after selection.
BOOL CMFCRibbonColorComboBox::OnDrawDropListItem(CDC* pDC, int nIndex,…

user3639041
- 15
- 3
0
votes
1 answer
Add maximizebox and minimizebox RibbonControl Dotnetbar
First I'm working in C# with Windows Forms, I have a question about how can I add the maximizebox and minimizebox to RibbonControl, what is the property that let me add this buttons, tell me if I can do it from designer or the code to do that.…

Randall Sandoval
- 237
- 1
- 6
- 21
0
votes
1 answer
How to determine the File Extention in the Bilsen Ribbon Project
I use Delphi but I would be happy to get an "C" answer as well.
http://bilsen.com/windowsribbon/index.shtml

user2231096
- 41
- 4
0
votes
1 answer
Outlook 2010 addin tab for several ribbon types
I want my tab to be shown on several ribbon types in Outlook 2010:
Microsoft.Outlook.Mail.Compose,
Microsoft.Outlook.Post.Compose,
Microsoft.Outlook.Response.Compose,
Microsoft.Outlook.Sharing.Compose.
Currently it's shown only on…

Ksice
- 3,277
- 9
- 43
- 67
0
votes
2 answers
Parameters for outlook addin
I'm developing an outlook addin using C#.
I want my addin to use parameter's file (XML, for example).
What is the best way to implement that?
Store parameters in xml file somewhere in file system? Or using resources? Or is it possible to use .config…

Ksice
- 3,277
- 9
- 43
- 67
0
votes
1 answer
Customize MS Word Ribbon and Tabs in Winform C#
I have a MS Word 2013 document loaded in WinForm using C#. Are there any solution for the following:-
1) Customize the Ribbon using Microsoft.Office.Interop
2) Remove/disable the Quick access toolbar and File tab

user4494284
- 1
- 1
0
votes
1 answer
Code to change background color RibbonControl vb.net
Im trying to change the background color of Ribbon Control Pages and Groups but i dont know how can i do it.
I have this:
Public Shared Sub addPage(ByRef ribboncontrol As RibbonControl, ByVal titulo As String, ByVal color As String) …

Brian Miranda
- 1
- 3
0
votes
1 answer
Show And hide grid on ribbon page click
I m trying to show grid control on ribbon page click . When clicking on different ribbon pages should show different grid . for this i m first trying to show and hide a grid on ribbon page click using Selected page event . It is not working fine an…

abc
- 75
- 11
0
votes
1 answer
What should I pass as a parameter to getEnabled()?
I have created a call back method getEnabled = Get2DButtonEnable the method is shown below
public bool bolEnabled;
//load the UI for the addin
public void Ribbon_Load(Office.IRibbonUI ribbonUI)
{
this.ribbon = ribbonUI;
bolEnabled =…

roopini n
- 503
- 2
- 7
- 29
0
votes
1 answer
Making tooltip texts on wxpython Ribbon control
I'm trying to create tooltip texts for a ribbon control. I have set the help_strings but don't know how to display them. Even if it is just a tooltip text as wxpython displays for a button would be fine for me.
I have attached the code sample (a…

py_works
- 190
- 1
- 1
- 14
0
votes
1 answer
AutoCompleteBox does not render correctly
I have an autoCompleteBox in my wpf window and I set ValidatesOnDataErrors binding property to True for selectedItem property of autoCompleteBox control.
When I show my wpf window by clicking on a ribbon Button, Validation Area of autocompletbox…

Ali Jalali
- 145
- 1
- 3
- 10
0
votes
1 answer
How to implement Custom Ribbon resizing in Excel 2007?
I'm working in a ribbon project for Excel 2007, using Visual Studio 2008 and VSTO, I'm trying to make my ribbon's groups collapse into galleries when I resize the Excel window, this is a functionality that the other tabs in the ribbon have (the tabs…

Vic
- 2,878
- 4
- 36
- 55
0
votes
1 answer
Show Message Bar in ribbon mfc
Probabbly i am not sure what to search for ... But the idea is to display a message bar bellow ribbon control. When user try to edit a read only file. I don't want user to click on OK to remove error message. Thats why i can't use MessageBox.
Status…

CodeJunkie
- 113
- 1
- 11
0
votes
0 answers
Load remote images into TRibbon BarItems at runtime
I am using Delphi XE-5 and the TRibbon control and I am trying to populate my BarItems with images from remote location (URL). Everything is created at runtime except the Ribbon control itself, TImageList, and indy component (idHTTP).
here is the…

LuvRAD
- 118
- 1
- 4
- 13