how to use a method inside a com dll into C# ?
Asked
Active
Viewed 292 times
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.