Checking activity on another application using C#
up vote
-2
down vote
favorite
Good Morning/Afternoon/Evening
I've been planning this c# application for a long time and has been learning on way to implement it's features. At the heart of it is the application's ability to check activity of another application that is running in the background.
The app I need to check activity of gives you windows notification at certain instances and I was thinking whether I could take advantage of this. My app will close the running app if there is a new notification.
Is there a way to implement something like this with C#?
Thanks in advance.
c# wpf windows visual-studio background-process
New contributor
add a comment |
up vote
-2
down vote
favorite
Good Morning/Afternoon/Evening
I've been planning this c# application for a long time and has been learning on way to implement it's features. At the heart of it is the application's ability to check activity of another application that is running in the background.
The app I need to check activity of gives you windows notification at certain instances and I was thinking whether I could take advantage of this. My app will close the running app if there is a new notification.
Is there a way to implement something like this with C#?
Thanks in advance.
c# wpf windows visual-studio background-process
New contributor
Answer is: Probably... depends on that other mysterious application. But also probably would require some decent knowledge in how that other application works in detail (with respect to creating and presenting those notifications) and decent knowledge of how to utilize Win32 APIs to monitor stuff that's going on on the desktop. So, augmented answer is: Probably possible, but very likely also rather quite hard for the unexperienced...
– elgonzo
Nov 10 at 16:02
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
Good Morning/Afternoon/Evening
I've been planning this c# application for a long time and has been learning on way to implement it's features. At the heart of it is the application's ability to check activity of another application that is running in the background.
The app I need to check activity of gives you windows notification at certain instances and I was thinking whether I could take advantage of this. My app will close the running app if there is a new notification.
Is there a way to implement something like this with C#?
Thanks in advance.
c# wpf windows visual-studio background-process
New contributor
Good Morning/Afternoon/Evening
I've been planning this c# application for a long time and has been learning on way to implement it's features. At the heart of it is the application's ability to check activity of another application that is running in the background.
The app I need to check activity of gives you windows notification at certain instances and I was thinking whether I could take advantage of this. My app will close the running app if there is a new notification.
Is there a way to implement something like this with C#?
Thanks in advance.
c# wpf windows visual-studio background-process
c# wpf windows visual-studio background-process
New contributor
New contributor
New contributor
asked Nov 10 at 15:58
FSUser
11
11
New contributor
New contributor
Answer is: Probably... depends on that other mysterious application. But also probably would require some decent knowledge in how that other application works in detail (with respect to creating and presenting those notifications) and decent knowledge of how to utilize Win32 APIs to monitor stuff that's going on on the desktop. So, augmented answer is: Probably possible, but very likely also rather quite hard for the unexperienced...
– elgonzo
Nov 10 at 16:02
add a comment |
Answer is: Probably... depends on that other mysterious application. But also probably would require some decent knowledge in how that other application works in detail (with respect to creating and presenting those notifications) and decent knowledge of how to utilize Win32 APIs to monitor stuff that's going on on the desktop. So, augmented answer is: Probably possible, but very likely also rather quite hard for the unexperienced...
– elgonzo
Nov 10 at 16:02
Answer is: Probably... depends on that other mysterious application. But also probably would require some decent knowledge in how that other application works in detail (with respect to creating and presenting those notifications) and decent knowledge of how to utilize Win32 APIs to monitor stuff that's going on on the desktop. So, augmented answer is: Probably possible, but very likely also rather quite hard for the unexperienced...
– elgonzo
Nov 10 at 16:02
Answer is: Probably... depends on that other mysterious application. But also probably would require some decent knowledge in how that other application works in detail (with respect to creating and presenting those notifications) and decent knowledge of how to utilize Win32 APIs to monitor stuff that's going on on the desktop. So, augmented answer is: Probably possible, but very likely also rather quite hard for the unexperienced...
– elgonzo
Nov 10 at 16:02
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
FSUser is a new contributor. Be nice, and check out our Code of Conduct.
FSUser is a new contributor. Be nice, and check out our Code of Conduct.
FSUser is a new contributor. Be nice, and check out our Code of Conduct.
FSUser is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240712%2fchecking-activity-on-another-application-using-c-sharp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Answer is: Probably... depends on that other mysterious application. But also probably would require some decent knowledge in how that other application works in detail (with respect to creating and presenting those notifications) and decent knowledge of how to utilize Win32 APIs to monitor stuff that's going on on the desktop. So, augmented answer is: Probably possible, but very likely also rather quite hard for the unexperienced...
– elgonzo
Nov 10 at 16:02