Re: How to SetFocus to an activex control when a dialog is prompted?
Got it!! Thanks for everybody!! -- http://mail.python.org/mailman/listinfo/python-list
How to SetFocus to an activex control when a dialog is prompted?
I embeded an flash activex control to a wxPanel inherited class 'MyPanel' using wxPython's MakeActiveXClass method, and 'MyPanel' only has flash control ;But when then dialog init,the focus is not on the flash, I have to click the flash control manully to setfocus on it; It will lose focus again wh