Re: wxPython: How can I get window's HANDLE in wxPython.

2008-07-16 Thread Leo Lee
Thank you , Mike. "Mike Driscoll" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] On Jul 2, 8:40 pm, "Leo Lee" <[EMAIL PROTECTED]> wrote: > I need a window's handle to be passed to external c++. > Thanks in advance Are you talking about a wxPython wx.Window object or an external window handle? If th

Re: wxPython: How can I get window's HANDLE in wxPython.

2008-07-03 Thread Mike Driscoll
On Jul 2, 8:40 pm, "Leo Lee" <[EMAIL PROTECTED]> wrote: > I need a window's handle to be passed to external c++. > Thanks in advance Are you talking about a wxPython wx.Window object or an external window handle? If the latter, then I recommend asking about that on the PyWin32 user's group. Otherw

Re: wxPython: How can I get window's HANDLE in wxPython.

2008-07-02 Thread Paul McNett
Leo Lee wrote: I need a window's handle to be passed to external c++. Thanks in advance import wx help(wx.Window.GetHandle) """ GetHandle(*args, **kwargs) unbound wx._core.Window method GetHandle(self) -> long Returns the platform-specific handle (as a long integer) of the physic

Re: wxPython: How can I get window's HANDLE in wxPython.

2008-07-02 Thread Benjamin Kaplan
On Wed, Jul 2, 2008 at 9:40 PM, Leo Lee <[EMAIL PROTECTED]> wrote: > I need a window's handle to be passed to external c++. > Thanks in advance > Try posting this to the wxPython-users mailing list. You'll probably get better answers there. http://www.wxpython.org/maillist.php > > -- > http://

wxPython: How can I get window's HANDLE in wxPython.

2008-07-02 Thread Leo Lee
I need a window's handle to be passed to external c++. Thanks in advance -- http://mail.python.org/mailman/listinfo/python-list