Board index » delphi » Loosing keyboard events - Please Help!!!
|
Helle Skaaning
Delphi Developer |
Tue, 13 Feb 2001 03:00:00 GMT
Loosing keyboard events - Please Help!!!
Hi,
I'm writing a delphi 3 program with a keyboard event handler. Everything works exactly as expected ... most of the time..... In normal processing, there is a keydown event, a keyup event and a keypress event. I handle most of the keyevents in my keydown event, but some of the keystrokes like '1' to '9' I handle in the keypress event for simplicity. Now what happens OCCASIONALLY is that the keyevent handler dismisses some of At first we thought it might be a defect keyboard driver or hardware, but if All other input devices works fine (mouse input) Some of the keystrokes is handled okey (and there are no system in what keys If a key stops generating keyevent, it keeps being stopped until the program Has anyone ever experienced anything like this??? and it is possible to I hope anymone can help me, Thanks in advance |
