tags:

views:

97

answers:

2

how to use a method inside a com dll into C# ?

+2  A: 

Add a reference to the com dll and .net will automatically give a wrapper class and by using that you can call functions inside the dll.

rahul