Re: embed notepad into a frame widget

2006-03-30 Thread Matt
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 --

Re: embed notepad into a frame widget

2006-03-28 Thread Diez B. Roggisch
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

embed notepad into a frame widget

2006-03-27 Thread Matt
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