python win32 extensions: catching messages sent by win32api.PostThreadMessage

yuval yuvale at radware.com
Mon Dec 17 12:47:14 EST 2001


I would like to write a thread which receives
messages sent to him by the win32api.PostThreadMessage function.
I have in vain searched the win32 help files for a python equivalent of the
well-known GetMessage/PeekMessage functions. Does anybody know
how I can retrieve those messages from the thread's message queue.



More information about the Python-list mailing list