Re: [python-win32] Confused about PreTranslateMessage

2009-03-06 Thread niki
Greg Ewing wrote: I'm having trouble understanding how PreTranslateMessage is supposed to work. According to M$: Return value: Nonzero if the message was translated and should not be dispatched; 0 if the message was not translated and should be dispatched. and according to the pywin32 do

[python-win32] Confused about PreTranslateMessage

2009-03-05 Thread Greg Ewing
I'm having trouble understanding how PreTranslateMessage is supposed to work. According to M$: Return value: Nonzero if the message was translated and should not be dispatched; 0 if the message was not translated and should be dispatched. and according to the pywin32 docs: The result s