Hello
My add in uses a com component which raises events,
currently I am sinking the events in the OUTADDIN class
which ensure i get only one event,
but now i want to move the events handler to the explorer wrapper object
Is there a way to ensure only one explorer handle the event?
since i am using VB i cannot control which object get the event
i wonder is it safe to set a pointer to a the COM component in the Explorer
'Activate' event
in such a ways that only the active explorer will have a pointer to the COM
component which raises events
10x
Ken Slovak - [MVP - Outlook] - 29 Mar 2004 19:43 GMT
Why do you want to move the event handler into the Explorer wrapper classes?
Are the events Explorer specific?

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hello
>
[quoted text clipped - 11 lines]
>
> 10x