I developed app in mFC using vs2008 and MFC Feature pack 2008. its look and feel is like 2007 office style. Now i want app look开发者_StackOverflow社区 and feel like office 2010.
Where can I find tutorials or steps to develop WPF Ribbon based applications? The Microsoft page, Microsoft Ribbon for WPF October 2010 doesn\'t provide any documents for the code samples. For example
I am not able to properly align the controls in a group in custom ribbon in Word 2007. In the above screenshot you can notice the textboxes and the dropdowns are not properly aligned. Following is
I\'m trying to create a SharePoint 2010 application page (AKA layout page) to display some information and allow users to perform some custom functionality.
I want to limit the number of buttons in the group of a ribbon in Word 2007 as the buttons are getting generated on the basis of data in the database. See the pic below. . I wante开发者_如何转开发d to
I have a requirement where I need to have a custom ribbon added to the Word 2007 file which will be populated from some items. I created a add-in using this and pressing F5 opens Word file contains th
I am trying to dynamically add a new custom ribbon in a Word 2007 document following teh manual method described in this article :- http://msdn.microsoft.com/en-us/library/aa338202(v=office.12).aspx.
I am customizing the Office Ribbon 开发者_Python百科in Outlook 2010 but this question probably applies to all Office apps:
Does anybody know a way to programatically add a RibbonTab to a Mircosoft WPF Ribbon? I can\'t find an example or at least a property to use in neither documentation nor Ribbon\'s intellisense.
Ok, I would have thought this was a simple question, but apparently it\'s got me confused. When I try to set the height of my RibbonComboBox, it\'s not moving actual size of it, just the box that su开