- .NET COM interop allows to use existing COM object in .net without modifying original component
- First step is to import relevant COM types using COM interop utility.
- Tlbimp.exe is the utility to import COM types to managed application.
Reference: http://msdn.microsoft.com/en-us/library/aa645736%28VS.71%29.aspx
No comments:
Post a Comment