Diez B. Roggisch wrote:
> You are pretty wrong being sure :) Under windows, it is indeed possible to
> embed certain applications into others - the related technical term is
> conveniently called OLE (Object lining and embedding).
Thanks,
at least I didnt spend two much time on it :)
-Matt
--
Matt wrote:
> all,
>
> trying to load an application (notepad for instance) and have it sit
> inside a Python application window. When the main window maximises or
> minimises, the (notepad) app follows.
>
> I am pretty sure I need to use a frame widget under tkinter (win32) but
> not exactly su
all,
trying to load an application (notepad for instance) and have it sit
inside a Python application window. When the main window maximises or
minimises, the (notepad) app follows.
I am pretty sure I need to use a frame widget under tkinter (win32) but
not exactly sure how to do it.
I can ma