1. Trapping Keypresses
- Posted by "Thomas Parslow (PatRat)" <patrat at rat-software.com> Aug 23, 2001
- 361 views
Hi, I'm looking for a way to trap all key presses within a window and it's child controls in win32lib, anyone know a good way? I've tried onKeyPress but that doesn't work if focus is on a child control of the window... Thomas Parslow (PatRat) ICQ #:26359483 Rat Software http://www.rat-software.com/ Please leave quoted text in place when replying
2. Re: Trapping Keypresses
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 23, 2001
- 365 views
Have you tried onKeyDown[Screen] ? ----- Original Message ----- From: "Thomas Parslow (PatRat)" <patrat at rat-software.com> To: "EUforum" <EUforum at topica.com> Subject: Trapping Keypresses > > Hi, > I'm looking for a way to trap all key presses within a window and it's > child controls in win32lib, anyone know a good way? I've tried > onKeyPress but that doesn't work if focus is on a child control of the > window... > > Thomas Parslow (PatRat) ICQ #:26359483 > Rat Software > http://www.rat-software.com/ > Please leave quoted text in place when replying > > > > >