Posts Tagged ‘.NET’
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
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 | 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
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
Ty Anderson | April 24th, 2013
Because it is composed of different windows, panes, and form regions, the Outlook UI presents a complex UI model to the developer. Despite these options, a common customization request is for custom forms to display the various Outlook items. Today, we'll take a look at Outlook forms and how you can customize them...
Read the rest of this entry →
.NET, Outlook, VBA, Visual Studio |
34 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