Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
13 views

How can I incorporate in a ribbon category, 2 panels with different image resources?

I am working with CMFCRibbonCategory and my category should have 2 panels. The problem is that I would like to specify a set of button images for each panel. I don't want to join the two bmp files ...
1
vote
3answers
219 views

How do I rename the MFC ribbon panel?

I am programming a multi-language application which supports dynamical switch from one language to another. Since there is a GetName function in class CMFCRibbonPanel, I think there should also be a ...
1
vote
0answers
266 views

How can I make a CMFCRibbonEdit automatically convert contents to uppercase?

I am using the MFC Feature pack in Visual Studio 2008. I have an edit box (CMFCRibbonEdit) in a ribbon that I would like only to contain uppercase letters. I know that I can pass ES_UPPERCASE to the ...
0
votes
0answers
47 views

MFC Ribbon don't close when double clicking the top left button

I want to remove the functionality of double clicking the big top left button closes the application on MFC Ribbon Thank you
0
votes
1answer
74 views

CMFCRibbonGallery Being slow

I am using the CMFCRibbonGallery control. I have 1 image it in comprised of 350 images total. Each image is 64hX128w. On the initial draw of the control it is slow. Every other time it is fast. I ...
0
votes
1answer
199 views

How can I extend a CMFCRibbonPanel in MFC feature Pack

I want to extend CMFCRibbonPanel - but the constructor is protected (I get the following error: cannot access protected member declared in class 'CMFCRibbonPanel'). The only way to obtain a ...
0
votes
1answer
604 views

How to refresh the CMFCRibbonBar after adding/updating an item

After adding a ribbon item, or calling a method that updates an item, the ribbon does not refresh correctly. Sometimes it's OK after resizing the window but most of the time the panel is in a ...