http://qs321.pair.com?node_id=421428


in reply to Adding ActiveX Control to Tk Window

To my knowledge you can only add Tk widgets onto a Tk window. Thus, you'll have to roll your own Tk widget for this based on the methods and attributes of the OLE object. Something like Win32::GUI might be more what you need than Tk