Click here to Skip to main content
15,896,915 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
When I start an application(say B) by command line in unattended mode from application "A",it can be tracked by c# code in "A" as well as I can track its exited event and can do something when the application "B" exit.

But it can not be done if application "B" is started by "A" but handled manually (imagine an installer handled by next button).I can not track the application "B" exit event.It is fired when the application is started.

Is there any way to do this?

Actually from application "A" I started an installer "B".I want to show a label text in "A" when user has finished installation and click close button on "B".
Posted
Comments
CHill60 11-Oct-14 8:37am    
Is this what you are after? ...Process Information and Notifications using WMI[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900