Vadim Zeitlin wrote: > On Wed, 07 May 2008 15:02:52 +0100 "T. Horsnell" <tsh at mrc-lmb.cam.ac.uk> wrote: > > TH> I'm trying, and failing, to collect keypress events for a frame. > > Frames are not meant to have focus. Create a child window in it and handle > these events in it. > > Regards, > VZ > OK. Thank you. T.