Click to See Complete Forum and Search --> : DLL required to register the Microsoft Regstered Active-X Control.


Steve Chia
May 10th, 1999, 06:29 AM
Hi all,

Can any body know. What are the Dll's required to register the "Microsoft Web Browser" Active-X Control.

Thanks.

padreT
May 10th, 1999, 08:43 AM
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!

Steve Chia
May 10th, 1999, 07:49 PM
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

BrianOG
May 11th, 1999, 02:14 AM
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.