J
Julia
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
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