This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Start a new Innovator Firefox client or connect to an already running Firefox client

arasconsultant - Wednesday, October 8, 2014 11:51 PM:

Hello All,

I would like to know, how to either start a new Innovator Firefox client or connect to an already running Innovator Firefox client from another process.

In IE we have a similar solution in community (Below is the URL). I would like to do exactly the same in Firefox.

 www.aras.com/.../project-view.aspx

 

Thanks,
Bali



aknourenko - Thursday, October 16, 2014 3:49 PM:

IE directly hosts "web browser control" (SHDocVw) which in turn hosts the Mshtml.dll component which is responsible for HTML rendering, hosts scripting engine, etc. (for more information see, for instance: msdn.microsoft.com/.../aa741313(v=vs.85).aspx). The community project you refer to uses the COM interface of SHDovVw component to achieve its goal. If you'll find a similar COM component for FireFox then you'll be able to do the same; unfortunately I'm not aware of such COM component for FF.

-AK