Live Chat Icon For mobile
Live Chat Icon

How do you make .Net components that could be used by COM

Platform: WinForms| Category: COM

The tool Regasm.exe can create a COM typelib and creates the necessary entries in the registry (the CLSID and Typelib ). If only a typelib is required, you can use tlbexp.exe. A com callable wrapper (CCW) will be created when a COM client (VB, VBS, JS, C++ etc.) creates an instance of a (managed) class.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.