‘HowTo samples’ category archive
Microsoft Word, like all the Office applications, introduced the Ribbon UI in Office 2007. However, Office 2003 still has a pretty big install base. This means that you will need to cater for the different user interface components that accompany Word 2003 and older....
Read the rest of this entry →
.NET, C#, COM add-ins, Word |
No 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
The Mail Merge functionality in Microsoft Word is one of the most powerful features that enables you to create, amongst other things, simple form letters. It is, however, one of the tricky things to get your head around when trying to automate it in either an Office add-in or a stand-alone application using the Word Object model...
Read the rest of this entry →
.NET, C#, COM add-ins, Visual Studio, Word |
11 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
Outlook tasks are a great way to keep track of things you need to do. I use it every single day! A task item is a standard Outlook type and by default all tasks are flagged for follow-up when created. When any items such as an e-mail, task or contact are flagged for follow-up it automatically becomes a to-do item and is visible in your To-do bar...
Read the rest of this entry →
.NET, C#, Office 365, Outlook, Visual Studio |
14 Comments
Ty Anderson | May 13th, 2013
Often, the focus of an Outlook add-in centers around a custom ribbon or form region. I think this makes sense. They are sexy, upfront, and what everyone wants to see. But they are not enough. A good Outlook solution should provide other user interface customizations that allow the user to execute your solution's logic. These other methods are, arguably, the less-sexy, more utilitarian UI components. I am referring of course to the main menu, context menus, and the backstage....
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook |
4 Comments
Outlook views allow you to group, sort and view all the different types of Outlook data within the View panel of the Outlook Explorer window. Outlook comes with a few built-in views for each Outlook item type (mail, task, calendar, etc.) which can be accessed via the View tab...
Read the rest of this entry →
.NET, C#, COM add-ins, Office 2013, Outlook, Outlook regions, Visual Studio |
16 Comments
Eugene Astafiev | October 19th, 2012
After Microsoft published the Preview version of Office 2013 we started to receive lots of questions regarding built-in ribbon control IDs. Developers wanted to support the new Microsoft Office version but couldn't find the required information on MSDN. ...
Read the rest of this entry →
|
15 Comments
Dmitry Kostochko | August 22nd, 2012
Right-click menus of Microsoft Office applications are a very convenient option for the end-user to interact with the host application. And for us, COM add-in developers, creating a custom menu for our users could be just a piece of cake...
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Excel, Office 2013, Ribbon, Visual Studio |
2 Comments