how to use a method inside a com dll into C# ?
http://stackoverflow.com/questions/635839/best-way-to-access-com-objects-from-c
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.