|
-
September 21st, 1999, 04:57 AM
#1
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
-
September 21st, 1999, 08:08 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|