Title: Re: [python-win32] create user message for wxPython
Thanks, VC++ tool Spy++ can
do this as well.
From: [EMAIL PROTECTED] on behalf
of R. Alan MonroeSent: Sat 10/22/2005 8:51 AMTo:
python-win32@python.orgSubject: Re: [python-win32] create user
message for wxPython
> Hi,
> Hi, Tim,
> Your idea probably works as well, but I found another way to catch user
> defined message. Thanks a lot!
> For the handler of the second app, win32gui.FindWindow can do this job,
> then win32gui.PostMessage. But for FindWindow, I can only find the
> specific window by its title, not
Hi, Tim,
Your idea probably works as well, but I found another way to catch user
defined message. Thanks a lot!
For the handler of the second app, win32gui.FindWindow can do this job,
then win32gui.PostMessage. But for FindWindow, I can only find the
specific window by its title, not by its regi