After Creating Activex DLL how do I register it in API text Viwerer to make it a part of windows registry
Shashidhar
Printable View
After Creating Activex DLL how do I register it in API text Viwerer to make it a part of windows registry
Shashidhar
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