DLL required to register the Microsoft Regstered Active-X Control.
Hi all,
Can any body know. What are the Dll's required to register the "Microsoft Web Browser" Active-X Control.
Thanks.
Re: DLL required to register the Microsoft Regstered Active-X Control.
The required dll is "Shdocvw.dll" ( The server component for Microsoft Web Browser ); you may find it in system or system32 folder.
To register it on your system, you can user regsvr32.exe w/ the dll name as parameter.
Good Look!
Re: DLL required to register the Microsoft Regstered Active-X Control.
Thanks!! I know about that file but I would like to know if there are any other files this DLL is dependant on.
I tried to delete the CLS id of this COM object and then tried to register it again but it fails to work so am I doing something wrong or is there some other files I need to register together with this DLL??
Thanks!!
Steve
Re: DLL required to register the Microsoft Regstered Active-X Control.
I think there about 13 dll's needed. If you look at the list of dll's loaded in VC when you launch the program/dialog with the web-browser component. Also these differ between 95, 98 & NT.
Its not easy to ship these. And there are also licensing issues with shipping the dlls with your product.