How to create an object once and access some of its information between IE Processes

Add-in Express™ Support Service
That's what is more important than anything else

How to create an object once and access some of its information between IE Processes
 
Hernan




Posts: 37
Joined: 2011-01-28
Hi,

I am trying to share information between different IE Processes (tabs/windows). I've seen these articles:

- http://www.add-in-express.com/creating-addins-blog/2009/06/26/ie-addon-interact-standalone-application/
- http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/

But what I don't understand is how to create and hold an object beyond any specific tab/window. I am thinking in initialize this object only once when Internet Explorer is started and then share its information using some IPC method.

Is this possible? since I see that the addin object is per tab/windows basis.

Thanks,
Hernan
Posted 03 May, 2011 16:06:05 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Hernan,

You can create a remote object in a standalone application and share it between tabs using IPC channels.
Posted 04 May, 2011 14:27:23 Top