Runnable Type Library (Runnable.TLB)

This Type Library was originally provided with the CodeFlow sample from the VB Owner's Area at MSDN. It contains only one interface declaration (which could equally be written in VB as a class) but does allow an ActiveX object to be created without its public interface being cluttered with items the user of the object does not care about.

Supported calls:

  • Runnable_Start

To see the type library in use, check out Multi-Threaded VB Using ActiveX EXEs.