HWND / Gethandle

Hello. I am trying to pass messages from one window / object to another. My OS is windows.

I have found some sample code to do so via messages in wxpython, but that requires that I know a window’s handle… and I’m really not sure how to get the handle/HWND of a window that panda creates. Could anyone point me in the right direction on how to get the handle?

You might find the setParentWindow method very useful.
For more information, see this thread. It provides some sample code (scroll a bit down) that shows wxPython and Panda interaction. (windows+mac only, :frowning: )