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.

Parents
  • Then why are you looking at an 8051?

    And why are you asking on the Keil forum - as Keil do not have a C++ compiler for the 8051.
    (there are some front-end pre-processors, but they are from 3rd parties).

    I meant C.


    The 8051 really isn't suitable as a "multi-application" platform

    I want to use multi processors


    What is Word51?

    It is a word processor for 8051's that i will develop.

Reply
  • Then why are you looking at an 8051?

    And why are you asking on the Keil forum - as Keil do not have a C++ compiler for the 8051.
    (there are some front-end pre-processors, but they are from 3rd parties).

    I meant C.


    The 8051 really isn't suitable as a "multi-application" platform

    I want to use multi processors


    What is Word51?

    It is a word processor for 8051's that i will develop.

Children