Shashidhar
September 21st, 1999, 04:57 AM
After Creating Activex DLL how do I register it in API text Viwerer to make it a part of windows registry
Shashidhar
Shashidhar
|
Click to See Complete Forum and Search --> : Register COM in API Text Viewer Shashidhar September 21st, 1999, 04:57 AM After Creating Activex DLL how do I register it in API text Viwerer to make it a part of windows registry Shashidhar H.Q.Cuong September 21st, 1999, 08:08 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |