phoebe_ccy
Member
- Joined
- Oct 12, 2009
- Messages
- 6
- Programming Experience
- Beginner
Hi, I have a button in Main screen, which calls A.exe when you pressed on it.
Process.Start("A.exe").
If I exit from Main, how can i make sure A.exe is closed too? Application.Exit in Main doesnt seems to work.
Process.Start("A.exe").
If I exit from Main, how can i make sure A.exe is closed too? Application.Exit in Main doesnt seems to work.