Posts Tagged ‘.NET’
Firstly, let me introduce myself, I’m Pieter van der Westhuizen, a recent addition to the Add-in Express team and I will be your host on a series of blog posts covering various aspects of the Add-in Express product range. As a keen user of the Add-in Express tools, this is an ideal opportunity to share my knowledge and experience with like-minded users...
Read the rest of this entry →
.NET, COM add-ins, Delphi, Office, Outlook, Ribbon, Visual Studio |
3 Comments
Andrei Smolin | May 6th, 2010
The Outlook object model doesn't allow showing the PrintPreview dialog. To show it in all Outlook versions, you need to call the Execute method of a corresponding command bar button. Also, in Outlook 2007 and 2010, you can invoke the corresponding Ribbon command using the ExecuteMso method of the Office.CommandBars class. Let's see how to do this...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, PIAs, Ribbon, Visual Studio |
2 Comments
As I mentioned in the first part of this series that highlighted the basics of Outlook Security Manager 2010 deployment for .NET, ActiveX and VCL, if your software uses the Outlook Security Manager component, you need to register one of the secman or osmax files depending on the Outlook version installed on a target PC...
Read the rest of this entry →
.NET, Delphi, Deployment, Outlook security |
No Comments
Two editions of Outlook Security Manager 2010, .net and ActiveX, support Microsoft Outlook 2010, 32-bit and 64-bit. In this series of articles I will try to cover all possible ways of how you can deploy your applications that use Outlook Security Manager, for all Outlook versions. In fact, deployment for Outlook 2000 – 2007 as well as Outlook 2010, 32-bit is practically the same, and only deploying for Outlook 2010, 64-bit has some peculiarities...
Read the rest of this entry →
.NET, Delphi, Deployment, Outlook security |
2 Comments
Dmitry Kostochko | April 30th, 2010
Add-in Express supports creating COM add-ins for Office 2000 - 2010. Office 2000, XP and 2003 have a traditional command bar-based user interface, while Office 2007 is partially and Office 2010 is fully ribbonized. "How is it possible to support both types of user interfaces in one COM add-in project?" you may ask...
Read the rest of this entry →
.NET, COM add-ins, Excel, Outlook, PowerPoint, Ribbon, VB.NET, Visual Studio, Word |
No Comments
Eugene Starostin | April 22nd, 2010
Advanced Office task panes in Office 2010 have no principle differences from those of any other Office versions, they just work and that's it. That's why this subject is so arid, that I won't get back to it anymore. However, after scrutinizing all the above screenshots, I see that we will definitely ennoble certain "pixels"...
Read the rest of this entry →
.NET, Delphi, Excel, Office, PowerPoint, task panes, Word |
2 Comments
Eugene Starostin | April 21st, 2010
Right after publishing our first beta we sent out about two thousand registration keys to everyone who according to our license policy is eligible for free major upgrades. Since then we've got some quite positive feedback, but as I see, most of our customers traditionally ignore anything containing the word "beta" in version info...
Read the rest of this entry →
.NET, Outlook, Visual Studio |
3 Comments