How to distinguish Multiple Keyboards in Delphi?
Posted
by Dian
on Stack Overflow
See other posts from Stack Overflow
or by Dian
Published on 2010-06-17T09:44:10Z
Indexed on
2010/06/17
9:53 UTC
Read the original article
Hit count: 259
A have two keyboards in a pc. One is used to type in TMemo1 and the other in TMemo2. Both are allowed to type at the same time. The problem is I cannot distinguish what keyboard-one has typed and what keyboard-two has typed.
Please help! (My new to delphi and DLLs, so please go easy on the technical stuff.)
© Stack Overflow or respective owner