06-13-2012 01:15 AM
Hi,
Is this possible to stop a background process (native application like calendar), through a third-pary application's thread.
For ex. I used the name of calendar application as a native application.
Thanks!
06-13-2012 01:38 AM
Hi @rajani_dhawan
If you know which application is in the foreground and how a user can close it, you can try and inject a key event to simulate the user actions.
E.
06-13-2012 01:53 AM
@maadani, thanks for ur suggestion
But I have already used this method... I am facing problem regarding this.
You can see the details on...
or if above link not work.....then on....
- on the second last post which I have posted recently (started with...... hi...as my basic requirement was how to close the native......)
06-13-2012 02:57 AM