For IE microsoft provides COM to access it programatically. Is there any function to access Firefox from our Program
+3
A:
Mozilla Active X Control has largely compatible interface. (IWebBrowser/IWebBrowser2/...)
Of course Native XPCOM interfaces are a possibility for C++ programs.
EFraim
2009-08-04 05:46:17
A:
Are you asking for a way to have your program that isn't running in Firefox to be able to access Firefox API's? If so, the answer is no.
sdwilsh
2009-08-17 02:08:46