Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


  Tcom Access COM Objects
 
 From the Web page: 

Tcom is a Windows-specific Tcl extension that provides commands to access and implement COM objects. It uses the IDispatch
interface to discover the interface exposed by objects, and to invoke operations. You can also invoke operations through an
IUnknown derived interface, provided that interface is described in a type library. 

See http://www.vex.net/~cthuang/tcom/.