Articles: Add-in Express for Office (.net and VCL)
- Advanced region events: how to know that the user expanded your form?
- How to highlight Outlook regions
- 100% version neutrality for your Office extensions
- how you can support all applications of Office 2000 to 2010 with a single code base
- Deploying your Add-in Express solutions
- MSI Based Installer, ClickOnce, ClickTwice :), InstallShield
- New designers for region and task pane managers in version 6.3 of Add-in Express for Office and .net
- Outlook context sensitivity
- how developers can control what interfaces to show based on the folder content and/or the various Outlook item types (Mail, Appointment, Contact, etc.)
- Outlook Advanced Inspector Regions and Add-in Express 2010
- how to add extra functionality to the Outlook Inspector objects using advanced regions and Add-in Express 2010.
-
- Build an Outlook Northwind Connector with Add-in Express 2010
- how to extend the Outlook reading pane with custom forms using Advanced Outlook Regions
- Outlook Advanced Regions, Folder Views and Add-in Express 2010
- Microsoft Office Project 2010 and Add-in Express 2010
- Microsoft Office Access 2010 and Add-in Express 2010
- Microsoft Office Visio 2010 and Add-in Express 2010
- how to create an add-in for MS Visio 2010 that automatically builds an Organizational chart
- Microsoft Dynamics CRM and Add-in Express 2010
- how you can further extend the functionality of the Dynamics CRM Outlook Client
- Insight of Add-in Express Loader
- why to always use the most recent version of the loader in your products
- Windows Presentation Foundation,
Office 2010 and Add-in Express 2010 - an easy way to use WPF in your own MS Office COM add-ins
- Office 2010 Admin Templates and Add-in Express
- RTD Servers and Add-in Express 2010
- Novel way to handle Outlook 2010 Fast
Shutdown
- a utility to test and demonstrate Outlook 2010 fast shutdown mechanism and an example Outlook Add-in
- Smart Tags and Add-in Express 2010
- Controlling Outlook region's state and form's
size
- XLL Add-ins and Add-in Express 2010
- Outlook Fast Shutdown: under the yellow
hood -
insight of Outlook 2010 Fast Shutdown and tips to shut-down correctly
- Images for Microsoft Office applications supported
by Add-in Express
- Office 2010 Solutions Module and Add-in Express 2010
- .Net Framework 4, NoPIA and Add-in Express
2010 - Pieter van der Westhuizen explains what exactly NoPia means to you as an Add-in developer.
- Office 2010 Backstage View and Add-in Express 2010
- how you can use the Office 2010 backstage view in your own add-ins.
- Add-in Express 2010 and Office add-ins:
Getting started - benefits and some of the key features of Add-in Express 2010 for Office and .net.
- Add-in Express 2010 for Office: new GUI designers
and the new guy - Pieter van der Westhuizen about new in-place designers of version 2010 and himself.
- Add-in Express 2010 MSI-based web
deployment: Managing updates, part 3 - how to manage your application updates, code sample.
- Add-in Express 2010 MSI-based web
deployment: Publishing the application, part 2 - how to publish your application when using the MSI-based web deployment.
- Add-in Express 2010 MSI-based web deployment
- ClickTwice :), part 1 - the basics of the new deployment technology for Office COM add-ins supported by Add-in Express 2010; guidance on creating a set-up project.
- Supporting Office 2010, 32-bit
and 64-bit, in a single COM add-in setup project - how to get your COM add-in to support both 32-bit and 64-bit
editions of Office 2010.
- Advanced Office task panes and Office 2010
- first view - capacities of Advanced task panes for Excel 2010, Word 2010 and PowerPoint 2010.
- Advanced Outlook regions and Office 2010
- first view - capabilities of Advanced Outlook form and view regions for Outlook 2010.
- Creating an Office COM add-in in .net - step-by-step instructions on how to develop a COM add-in with your own commandbars and controls.
- Creating an Office COM add-in in Delphi - a step-by-step guidance on how to build a COM add-in for Office 2000 - 2007 with custom toolbars and task panes.
- Office add-in localization: ribbon and commandbar controls, task panes etc. - how to localize an Office add-in, its ribbon and commandbar controls, Excel 2007 task panes, Outlook property pages and Outlook forms in .NET and Delphi.
- Give Microsoft Office colors look to your custom .NET controls - how to create custom .NET controls with Office-like colors and fonts, handle events when Windows and Office 2007 color schemes change.
- Make the Office 2007 Ribbon work easy - with Office 2007 Ribbon tab designer of Add-in Express, you never have to deal with XML.
- Create Office add-ins: ribbons, toolbars, task panes, menus etc. - how to create COM add-ins for Office Outlook, Excel, Word etc.; customize Office 2007-2000 user interface with toolbars, menus, ribbons, task panes in .NET.
- Complete review: Advanced Outlook Form and View Regions as they are - Advanced Outlook Form and View regions work for Outlook 2000- 2003 and 2007: normal, hidden or minimized, with any number of custom forms embedded.
- Complete review: Regions for Outlook Explorer and Inspector windows - how to embed custom forms into the regions of the Outlook Explorer and Inspector windows: Folder view, Reading pane, To-Do Bar, Navigation Pane, Outlook bar and WebView pane.
- Complete review: Advanced Outlook Regions - Cached instancing, read and compose - new features of Outlook regions: displaying regions separately for read or compose inspector mode, creating form instances, exposing Outlook events.
- Complete review: Advanced Outlook Regions - minimized, expanded, hidden - how to expand your custom Outlook forms and Excel task panes from the Minimized state and prevent them from overlaying the main window in VB.NET, C#.
- Hint: How to completely reset Outlook regions - easy way of resetting the state of all Outlook regions (position, state, size) for .net and Delphi.
- Zero-visibility for Outlook forms - how to create an Outlook region that can be in one of three states: normal, hidden (collapsed to a 5px wide strip), minimized (reduced to the size of the built-in forms' captions).
- Drag-and-drop for Outlook regions, Excel, Word and PowerPoint task panes - support for drag-and-drop by Advanced Outlook view and form regions.
- Programming Outlook plug-in in .net - how to create a new Outlook COM add-in project, customize the Ribbon UI, build commandbars and task panes.
- Programming Outlook plug-in in Delphi - an example of developing an Outlook add-in, creating custom toolbars, adding a custom Ribbon tab, customizing an Office Menu in Outlook 2007.
- Why to release COM objects when developing Outlook plug-ins in .NET - to release or not to release COM objects when developing Office or IE add-ins in .NET? Avoid "COM object that has been separated from its underlying RCW cannot be used" error.
- When Outlook add-ins collide: things far-fetched and real - VSTO add-in may hang Outlook if the Outlook client for Microsoft Dynamics CRM is also registered. Microsoft provides a fix but you have to test if it works in your case.
- Don't stumble over a stone working with the PropertyAccessor and StorageItem classes in Outlook 2007 - how to get over the limitations of the Outlook 2007 Object Model, PropertyAccessor and PropertyAccessor when dealing with MAPI hidden items in C# and VB.NET.
- Handling NewMail, NewMailEx and ItemAdd Outlook events in .NET - how to handle Outlook events like NewMail, NewMailEx and ItemAdd in .NET (VB, C#, C++) using Extended MAPI.
- How to customize Outlook Today page programmatically - a VB.NET sample Outlook plug-in that shows how to create a custom Outlook Today page programmatically in .NET: VB, C#, C++.
- How to get access to hidden Outlook items via Extended MAPI? - an outline of the free component for Outlook developers to access hidden items of Extended MAPI.
- Build Outlook add-in in .NET to manage Outlook templates & signatures - how to quickly build Outlook add-in / plug-in in Visual Studio .NET (C#, VB.NET, C++), VSTO and Delphi; embed custom forms into Outlook with Outlook Forms Manager component.
- Why Outlook is not closing when I run my add-in? - possible reasons and instructions on how to avoid this in VB.NET, C#, C++ and Delphi.
|