Modal dialog of a foreign window
From: Alexander Eisenhuth (newsuser_at_stacom-software.de)
Date: 06/30/04
- Next message: Tim Daneliuk: "Re: maintaining session/context"
- Previous message: VIRUS-SCANNER_at_ipmotor.com: "q=A1__=B6=BE__=BE=AF__=B8=E6?="
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Jun 2004 09:25:26 +0200
Hi,
I've a wxPython Application on Windows that glues a
database, Excel, and a GUI for configuration issues using
COM. Works pretty good. In the next step I want to integrate
the GUI-dialog more into Excel, so it should look like a
modal toplevel dialoge of Excel.
I've a class for the main dialog derived from wxFrame, and
doing on startup:
wxFrame.__init__(self, NULL, -1, cnfDesText, size=(800,600))
My Idea is now to give as parent the Window handle of Excel
to the constructor of wxFrame.
Not sure how the window handle can be retrieved (VBA,
win32-Extension, wxWindows, ...)
Any idea ??
Thanks a lot for all ideas, comments, hints in advance
Alexander
- Next message: Tim Daneliuk: "Re: maintaining session/context"
- Previous message: VIRUS-SCANNER_at_ipmotor.com: "q=A1__=B6=BE__=BE=AF__=B8=E6?="
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|