Returns the platform-specific handle (as a long integer) of the
physical window. On wxMSW this is the win32 window handle, on wxGTK
it is the XWindow ID, and on wxMac it is the ControlRef.
"""
Re: wxPython: How can I get window's HANDLE in wxPython.
On Jul 2, 8:40 pm, "Leo Lee" <lxz3...@yahoo. com.cnwrote:
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. Otherwise, follow Paul's suggestion.
Re: wxPython: How can I get window's HANDLE in wxPython.
Thank you , Mike.
"Mike Driscoll" <kyosohma@gmail .com>
??????:ad849714-c6a9-4308-a997-d6d1d43a915b@t5 4g2000hsg.googl egroups.com...
On Jul 2, 8:40 pm, "Leo Lee" <lxz3...@yahoo. com.cnwrote:
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. Otherwise, follow Paul's suggestion.
Comment