Posts Tagged ‘VB.NET’
Dmitry Kostochko | January 29th, 2010
In this video we will again be going over possible ways of customization the Outlook Explorer UI with Add-in Express for Office and .NET components. In the first part of the serious we focused on customizing the Outlook Explorer menu. Today we will explorer the capabilities of the ADXOlExplorerCommandBar component that you can use to add your own toolbars and modify existing ones...
Read the rest of this entry →
.NET, COM add-ins, Outlook, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | December 5th, 2009
This sample starts the new series of visual HowTo. We thought it would be a good idea to give you a sort of hands on training with Add-in Express. Today we are going to look at one of the most frequent tasks, creating a COM add-in for Microsoft Office....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Office, Ribbon, task panes, VB.NET, Visual Studio |
3 Comments
Dmitry Kostochko | November 6th, 2009
In the previous sample, I showed how to get the PR_ATTACH_SIZE Extended MAPI property that returns the size of an Attachment object. To be more precise, it returns the size of the attached file and the size of some internal info. In most cases that makeweight does not matter at all...
Read the rest of this entry →
.NET, C#, COM add-ins, MAPI, Object model, Outlook, VB.NET, Visual Studio |
4 Comments
Dmitry Kostochko | August 21st, 2009
In one of the previous posts, we examined the possibilities of retrieving properties from Outlook MailItem when dragging this item onto your custom form. Here is that post: How to get properties of an Outlook email item drag-and-dropped onto a .NET form. But what if the Advanced Region is in a Minimized state? In this case the form is hidden and none of the standard events will work...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook, VB.NET, Visual Studio, Word |
No Comments
Dmitry Kostochko | June 26th, 2009
In general, you can have IE add-ons interact with standalone applications by using Windows messages and the Shared (static in C#) GetModulesByTypeName method of the AddinExpress.IE.ADXIEModule class. There is just one limitation: both processes (IE with your add-on and standalone application) must be running in the same Integrity Level...
Read the rest of this entry →
.NET, C#, IE add-ons, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | June 19th, 2009
Nearly every software has some settings. An Internet Explorer plug-in is not an exception. The IE plug-in settings can be stored either in a file or in a registry branch, all is simple and transparent about this. But how to ensure the settings synchronization for all active instances of the IE plug-in in all running Internet Explorer processes?...
Read the rest of this entry →
.NET, C#, IE add-ons, VB.NET, Visual Studio |
32 Comments
Dmitry Kostochko | June 12th, 2009
The Protected Mode feature was introduced in Internet Explorer 7 and continues to exist in Internet Explorer 8. Nearly at the same time when the Protected Mode feature appeared Microsoft introduced Protected Mode API for developers to use this feature. All API functions are implemented in the Add-in Express for Internet Explorer and .net product and today we are going to look into their capabilities...
Read the rest of this entry →
.NET, C#, IE add-ons, VB.NET, Visual Studio |
No Comments