View Single Post
  #4  
Old September 28th 09, 03:05 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default inspector toolbar buttons get multiple events

I'm not going to write your code for you. There are plenty of samples on the
Office Developer Web site and at www.outlookcode.com that show how to do
that.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"bustanji83" wrote in message
...

can you please write the code to add button for active inspector

"Saeed" wrote:

I am writing VSTO SE addin for outlook 2003 in C#. I am keeping reference
to
all open inspectors using inspector wrapper class. When a newInspector
event
occurs I add a new toolbar and a button to the toolbar (unless they are
already present, which never happens) . I also add a handler to the
button
click event. The problem I am facing is that I am getting multiple button
click events when more than one inspector is open. Is there any standard
way
of adding a toolbar and button to inspector so that only respective event
is
called for an Inspector.


Ads