Hello, I am working on Browser Automation in Windows NT 4.0 . I want to embed Netscape 6 in my Microsoft VC++ Application . I installed Netscape 6 . I carried out the following: 1) regsvr32 mozctlx.idl (to enable Netscape 6 to be used as Active X control) 2) regxpcom (to use xpcom) Now what else should I do to use xpcom in my application . I have the following files in C:\Program Files\Netscape\Netscape 6 directory: xpcom.dll mozctl.dll mozctlx.dll nspr4.dll plc4.dll plds4.dll components\gkgfxwin.dll components\gkwidget.dll components\jsdom.dll xpcom.dll mozreg.dll img3250.dll jpeg3250.dll zlib.dll components\nspng.dll What I want to do is to invoke Netscape 6 browser from my VC++ application and then use do_CreateInstance , do_QueryInterface etc functions to communicate with it. I do not have Mozilla browser on my system. Can I use XPCOM using the existing dlls. If yes, how? Please help. Regards, Meghana
