Posts Tagged ‘.NET’

Add-in Express upgrade policy

After we had sent out the newsletter about Generation 2010 of Add-in Express (Add-in Express 2010 for Internet Explorer is the first swallow : -), I received a few questions about our upgrade policy. Well, I will try to formalize this issue here... Read the rest of this entry →

Video HowTo: Create an Internet Explorer add-on for IE 6, 7 and 8 in VB.NET

I am sure you know that Microsoft Internet Explorer is the most popular web-browser. According to the Global Web Stats for December, 2009 Internet Explorer (8, 7 and 6) takes 50.3% of the market. Millions of people use IE every day at work, at home, on their way from work to home or the other way around... Read the rest of this entry →

The Old New Year 2010 and Add-in Express 2010 for Internet Explorer

A period of more than 3 centuries when our country was part of Russia brought to our initially West-European culture lots of things habitual for Eurasian culture. Now we celebrate with the same passion Catholic Christmas, New Year, Orthodox Christmas and finally the Old New Year... Read the rest of this entry →

Video HowTo: Develop an RTD Server for Excel 2002 – 2007 in VB.NET

In this short video we will show you how to develop an RTD Server using Add-in Express for Office and .NET. In the next 2 minutes you will get the basic notion of real time data server: how to create it, return a value and see how the RTD server works in Excel... Read the rest of this entry →

Video HowTo: Create a Smart Tag for Excel 2002 – 2007 in VB.NET

After COM add-ins and RTD servers, smart tags are arguably the third most-in-demand extensions in Microsoft Office world. In today's video sample we are going to show you how to develop a smart tag for Microsoft Excel XP, 2003 and Excel 2007... Read the rest of this entry →

Video HowTo: Develop a plug-in for Outlook 2000 – 2010 in VB.NET

Outlook is one of the most in-demand applications of the Microsoft Office Suite. That is why it has always been a featured application for Add-in Express. In this video HowTo sample we will show you how to customize the Outlook GUI in minutes using the Add-in Express components and visual designers... Read the rest of this entry →

Video HowTo: Create an Excel COM add-in in Visual Studio

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 →

HowTo: Get an attachment size in Outlook 2000 – 2007, part 2

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 →

HowTo: Get an attachment size in Outlook 2000 – 2010, part 1

The new Size property of the Attachment object was introduced in the Outlook 2007 Object Model. There exist at least two methods of getting the attachment size in older Outlook versions... Read the rest of this entry →

HowTo: Drag and drop onto a minimized Outlook Region and Word Task Pane

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 →

HowTo: Get an IE add-on to interact with a standalone application

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 →

HowTo: Synchronize settings of an IE plug-in

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 →

HowTo: Deal with Protected Mode API in Internet Explorer 7 and IE8

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 →

HowTo: Use MS Word Object Model to get synonyms and antonyms lists programmatically

In one of my previous HowTo samples I showed you how to use the Microsoft Word Object Model capabilities for spell checking. Today we will look at one more ability of Microsoft Word, namely the capabilities of its dictionary, more specifically synonyms and antonyms. We will need the SynonymInfo object and SynonymList and AntonymList properties... Read the rest of this entry →

HowTo: Avoid limitations of Microsoft Outlook ItemAdd event

The description of the ItemAdd event is laconic and compact - "Occurs when one or more items are added to the specified collection. This event does not run when a large number of items are added to the folder at once." But what is really implied by the words "a large number of items"?... Read the rest of this entry →

HowTo: Convert Exchange-based email address into SMTP email address

It would be true to say "get" rather than "convert". There could be only one right way – to use Extended MAPI. Another method is described in the MSDN article: How to retrieve alternate e-mail addresses by using CDO, but we will not see into this approach, because CDO is optional in Outlook 2003 and is absent completely in Outlook 2007... Read the rest of this entry →

Have any questions? Ask us right now!