CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    karnataka
    Posts
    8

    Register COM in API Text Viewer

    After Creating Activex DLL how do I register it in API text Viwerer to make it a part of windows registry

    Shashidhar

  2. #2
    Join Date
    Sep 1999
    Posts
    3

    Re: Register COM in API Text Viewer

    Hello,
    ActiveX DLL can not be register in API text viewer. This tool contains declare of normal DLL file (not a COM component), u can use notepad or wordpad to directly open the text file of this tool. To register ActiveX DLL to window registry, use the tool RegSvr32.exe with the syntax:
    Regsvr32 c:\mydll.dll

    H.Q.Cuong


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