What is a Type Library and what is it’s purpose ?
By on Apr 18, 2007 in Visual Basic Interview Questions
The type library may represent another Visual Basic project, or any other executable component that exposes a type library.
Visual Basic creates type library information for the classes you create, provides type libraries for the objects it includes, and lets you access the type libraries provided by other applications.


