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.
If you are writing this for a PC. The question should be addressed to a windows group.
If you are writing code for a 8052 based CPU, then you need to restate the problem.