views:

54

answers:

2

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