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.