>> The internal "message loop" is built into win32gui in PumpMessages() - >> internally we do that Get/Translate/Dispatch dance, and delegate the message >> itself to a Python function via the Python "message map". For completeness >> though I have just added GetMessage() - but it should only be used in rare >> cases - the performance of the loop in C will be much better.
> Interesting. This isn't mentioned at all in PyWin32.chm. Where > could/should I have learnt about it? FWIW, I got a basic window working after loads more Googling and finding this: http://groups-beta.google.com/group/comp.lang.python/msg/f5d8e18c31603d38?hl=en I still wouldn't mind a pointer to any "message map" docs, if anyone has a link. Alan _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32