Posts Tagged ‘Ribbon’
Andrei Smolin | July 1st, 2020
Quick news: we've developed a new version of sample COM add-in projects that we provide in the downloadable archive on the Add-in Express .NET Downloads page...
Read the rest of this entry →
C#, COM add-ins, Excel, Object model, Office, Outlook, Outlook regions, PowerPoint, Project, Ribbon, task panes, VB.NET, Word |
5 Comments
Andrei Smolin | April 15th, 2015
The blog is about an add-in (with the source code) that adds a button to all context menus of Excel, Outlook, PowerPoint, Project, Publisher, Visio and Word in Office 2010-2013. The button shows the name of the context menu....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook, PowerPoint, Project, Ribbon, Visio, Word |
19 Comments
Ty Anderson | July 17th, 2013
But for the advanced user who views Word as essential to their daily grind at the office… Word needs to do some adjusting to the user. This user has well defined grooves in their workday. They work spans across multiple teams, departments, companies, and applications. Microsoft Word can be a player in these processes and you can put Word in the best position possible. But how?...
Read the rest of this entry →
.NET, COM add-ins, Ribbon, task panes, Visual Studio, Word |
6 Comments
Customizing the built-in Microsoft Office ribbon groups is something that many people have tried but they usually hit a brick wall in the process. Unfortunately, it is not possible to customize the built-in ribbon groups, however, you can create your custom Office ribbon group and "replace" the built-in group with your own...
Read the rest of this entry →
.NET, C#, Excel, Ribbon |
8 Comments
The Outlook UI provides a lot of customization options, but one thing almost all Outlook add-ins share is either a ribbon tab or a toolbar or two. The Ribbon UI was introduced in Office 2007 although only the Inspector windows actually used it. The Explorer window still used the traditional menus and toolbars from previous Outlook versions...
Read the rest of this entry →
.NET, COM add-ins, CommandBars, Outlook regions, Ribbon |
2 Comments
Ty Anderson | April 30th, 2013
In this video, I show how to create an add-in for Microsoft Office 2013 Outlook, Excel and Word and add a custom ribbon using Add-in Express for Office and .net with Visual Studio Express 2012. Enjoy!...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013, Outlook, Ribbon, Visual Studio, Word |
No Comments
In this article we'll have a look at how you, as a VSTO developer, can get started developing add-ins for Excel using Add-in Express and Visual Studio 2012....
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013, Ribbon, RTD servers, Visual Studio, VSTO, XLL |
No Comments
Ty Anderson | January 30th, 2013
If you decide to build an Outlook add-in, you're going to want to customize the user interface. If you start customizing the Outlook user interface, you'll probably build a custom ribbon. If you build a custom Outlook ribbon, you'll want to put some controls on it like a button that toggles, a checkbox, and a drop down control
...
Read the rest of this entry →
COM add-ins, Outlook, Ribbon, VB.NET |
15 Comments
Ty Anderson | January 17th, 2013
In this article, I want to show you how can create single Microsoft Office 2013 and 2010 ribbon and share it with Excel, PowerPoint, and Word. This scenario is one of many where Add-in Express shines. Using the Add-in Express framework, you can easily build a shared ribbon in a matter of minutes. Best of all, you can also quickly configure your controls to display (or not to display) in the Office host applications your add-in targets...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office, Office 2013, PowerPoint, Ribbon, Word |
No Comments
Ty Anderson | January 14th, 2013
The Ribbon revolutionized the Office user interface when originally introduced in Office 2007. Using Visual Studio's out-of-the-box tools, you can build custom Ribbon's for your solutions. BUT… Microsoft provides visual designers for a small subset of ribbon controls. Meaning, you will need to write lots of XML to complete your customization
...
Read the rest of this entry →
Office, Office 2013, Outlook, Ribbon |
11 Comments