Tkinter Window On Top

Trevor trevor.lango at gmail.com
Fri May 15 15:39:41 EDT 2009


Can a Tkinter application create a COM object and keep its own window
on top of it?

excel = win32com.client.Dispatch('Excel.Application')

I would like the user to be able to see and interact with the Excel
application but keep the Tkinter application on top.



More information about the Python-list mailing list