CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Location
    Singapore
    Posts
    33

    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.


  2. #2
    Join Date
    May 1999
    Posts
    2

    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!


  3. #3
    Join Date
    May 1999
    Location
    Singapore
    Posts
    33

    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


  4. #4
    Join Date
    May 1999
    Posts
    116

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured