Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Surendra singh
1.9k
136
67.2k
Monitor already running application using my applicaton
Nov 19 2013 4:19 AM
Hello Friends,
I want to create an application that monitor other applications. if any of other application throws un-handled exception,
then my application should restart it automatically.
suppose there are already running applications on my system (application A,B,C,D) and my application is (z).
z will keep watch on (A,B,C and D). if any of (A,B,C,D) throws unhandled exception, then z will restart that application.
How can I achieve it.
Note: I don't want to manage database entries. I don't want to manage database for this.
Thanks
Reply
Answers (
0
)
Accessing array elements with dynamic size
Convert BinaryNo to Decimal