Re: Trapping and suppressing Enter key in a rich edit
- Posted by Tommy Carlier < tommy.carlier at pandora.be > Apr 09, 2004
- 486 views
The documentation of WM_KEYDOWN says: "An application should return zero if it processes this message." Perhaps you should try 'returnValue(0)' instead of 'returnValue(True)'.