Article ID: 304032 - Last Review: December 11, 2006 - Revision: 2.2 How to determine when a shelled process ends in Visual C#
This article was previously published under Q304032 On This PageSUMMARY
This step-by-step article shows you how to use the Process object to start another process and receive a notification after that process has exited.
The Process object, which is located in the System.Diagnostics namespace, exposes the Exited event. By handling this event, you are notified when the process that you launch has exited. Because you are using an event to accomplish this task, this notification process is asynchronous.
Requirements
Create the Sample
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email
Back to the top
