Hi Experts,
On Win32, is there a way of insert a external (non-wxpython window) as page of wx.NoteBook? for example, use subprocess.``Popen() to open another win32 GUI application, and make that GUI window as one tab of wx.NoteBook.
H.J
Hi Experts,
On Win32, is there a way of insert a external (non-wxpython window) as page of wx.NoteBook? for example, use subprocess.``Popen() to open another win32 GUI application, and make that GUI window as one tab of wx.NoteBook.
H.J
No, there’s no way to mix windows from two different processes.
Some GUI applications are designed so they can also be embedded as a
COM object into other applications, but that depends on the
application.
Hu Jun wrote:
Hi Experts,
On Win32, is there a way of
insert a external (non-wxpython window) as page of
wx.NoteBook? for example, usesubprocess.`` Popen() to open another win32 GUI application, and make that GUI window as one tab of wx.NoteBook.
-- Tim Roberts, Providenza & Boekelheide, Inc.
Ok, Thanks for your reply.
On Monday, February 4, 2013 10:19:44 AM UTC-8, Tim Roberts wrote:
Hu Jun wrote:
Hi Experts,
On Win32, is there a way of
insert a external (non-wxpython window) as page of
wx.NoteBook? for example, usesubprocess.`` Popen() to open another win32 GUI application, and make that GUI window as one tab of wx.NoteBook.
No, there's no way to mix windows from two different processes.
Some GUI applications are designed so they can also be embedded as a
COM object into other applications, but that depends on the
application.-- Tim Roberts, ti...@probo.com Providenza & Boekelheide, Inc.