This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to receive a pressd keys (keyboard) from other applications

Hello Everyone,

I would like to implement a application with C++ for receiving/checking the pressed keys form another applications which are Text editor, such as Word51.


  +-------------+            +-------------+
  | Text editor |----------->| Application |
  +-------------+            +-------------+
  'A' is pressed                    got 'A'


When key 'A' is pressed in Text editor, the Application will get 'A'.

Could anybody tell me ideas or techniques that, How can I solve this problem?
Regards
LB.

0