vote up 0 vote down star

How can I get a handle to my current window in wx.Python (hWnd) and set it's style to WS_EX_NOPARENTNOTIFY, or can I set this when I initialize the frame?

This question is a result from an answer here

flag

1 Answer

vote up 0 vote down

Try this?

frame.SetExtraStyle(4)

Also, frame.GetHandle() will return the HWND. But this all sounds pretty hacked up.

link|flag
Agreed, but there doesn't seem to be a way to close the window and not have the parent refuse to close later. – Fry Jun 5 at 18:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.