Handling 1 application from another

hi all,

I want to handle the key event of the 1 application to be handled in another application. I have made my application, that have key handling event. now when i open camera of the device, i want the key event to be fired when user captures the image. how to do that plz help. slight hint can also lead me to any action.

thanx in advance.



Answer this question

Handling 1 application from another

  • Sharad Birajdar

    hi,

    thanx for the reply, but i tried want u said, but i want to trace the key up event of other application from my application. wht u suggested is for the hot keys. in particular i want to trace the enter key or return key of the another application and handle through my application.

    thanx for ur response.




  • Demchuk

    You can *try* PInvoking RegisterHotKey function

  • Manoj Agrawal

    There are no generic recipes for this. Applications are separate entities by their nature. They don't normally interoperate unless designed to do so.

  • Handling 1 application from another