I've create a dll using VB, which I defined a class containing all properties & functions. How can I create a type library file (in .idl format)? This file can then be register by running "midl file.idl". And what is the syntax of creating this file?

Ivy