On 1/30/07, murali iyengar <[EMAIL PROTECTED]> wrote: > hi, > i have basic knowledge of python and wxPython... now i need to know about > message handling in python/wxPython? > > could anybody pls help me by giving some info on how to handle (in Python), > 'the user defined messages' posted from VC++, i dont know how to handle > messaes in python. > > Thanks and Regards, > Murali M.S > --
You need to override the WndProc at the C level in order to catch these. As it happens, there is a page on the wxPyWiki about this exact topic: http://wiki.wxpython.org/index.cgi/HookingTheWndProc -- http://mail.python.org/mailman/listinfo/python-list