Click here to Skip to main content
15,900,258 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionProcess Kill HELP! Pin
jitforce258523-Aug-12 8:32
jitforce258523-Aug-12 8:32 
AnswerRe: Process Kill HELP! Pin
Wes Aday23-Aug-12 9:08
professionalWes Aday23-Aug-12 9:08 
AnswerRe: Process Kill HELP! Pin
Richard Andrew x6423-Aug-12 11:38
professionalRichard Andrew x6423-Aug-12 11:38 
AnswerRe: Process Kill HELP! Pin
Dave Kreskowiak23-Aug-12 18:40
mveDave Kreskowiak23-Aug-12 18:40 
GeneralRe: Process Kill HELP! Pin
jitforce258524-Aug-12 5:28
jitforce258524-Aug-12 5:28 
GeneralRe: Process Kill HELP! Pin
Dave Kreskowiak24-Aug-12 6:19
mveDave Kreskowiak24-Aug-12 6:19 
GeneralRe: Process Kill HELP! Pin
jitforce258524-Aug-12 17:33
jitforce258524-Aug-12 17:33 
AnswerRe: Process Kill HELP! Pin
Eddy Vluggen24-Aug-12 22:27
professionalEddy Vluggen24-Aug-12 22:27 
Yes. You have two applications, that should act like a single. It's called a dirty hack.

There are enough known alternatives to the hack; instead of closing CALC when you exit, have CALC check whether you are still alive (poll using a backgroundthread) and exit if you ain't. Create a watchdog (a third app) that checks whether both are alive. Create a SERVER and send a heartbeat. Create a remote thread in CALC.exe and hide your check there.

In your case the watchdog is easiest; I'm betting a banana that your CALC is a native app and that you don't have the code.
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

AnswerRe: Process Kill HELP! Pin
Vijay Selvaraj27-Aug-12 0:30
Vijay Selvaraj27-Aug-12 0:30 
GeneralRe: Process Kill HELP! Pin
Eddy Vluggen27-Aug-12 1:25
professionalEddy Vluggen27-Aug-12 1:25 
QuestionHow to debug Visual Studio Crashing Pin
Clark Kent12322-Aug-12 9:13
professionalClark Kent12322-Aug-12 9:13 
AnswerRe: How to debug Visual Studio Crashing Pin
Big Daddy Farang22-Aug-12 9:56
Big Daddy Farang22-Aug-12 9:56 
GeneralRe: How to debug Visual Studio Crashing Pin
Clark Kent12323-Aug-12 1:57
professionalClark Kent12323-Aug-12 1:57 
GeneralRe: How to debug Visual Studio Crashing Pin
Anand Deshmukh23-Aug-12 3:01
Anand Deshmukh23-Aug-12 3:01 
AnswerRe: How to debug Visual Studio Crashing Pin
Wes Aday22-Aug-12 11:26
professionalWes Aday22-Aug-12 11:26 
GeneralRe: How to debug Visual Studio Crashing Pin
Clark Kent12323-Aug-12 1:52
professionalClark Kent12323-Aug-12 1:52 
AnswerRe: How to debug Visual Studio Crashing Pin
Richard MacCutchan22-Aug-12 21:13
mveRichard MacCutchan22-Aug-12 21:13 
GeneralRe: How to debug Visual Studio Crashing Pin
Clark Kent12323-Aug-12 1:48
professionalClark Kent12323-Aug-12 1:48 
GeneralRe: How to debug Visual Studio Crashing Pin
Richard MacCutchan23-Aug-12 1:51
mveRichard MacCutchan23-Aug-12 1:51 
GeneralRe: How to debug Visual Studio Crashing Pin
Clark Kent12323-Aug-12 1:55
professionalClark Kent12323-Aug-12 1:55 
GeneralRe: How to debug Visual Studio Crashing Pin
Eddy Vluggen23-Aug-12 2:06
professionalEddy Vluggen23-Aug-12 2:06 
GeneralRe: How to debug Visual Studio Crashing Pin
Richard MacCutchan23-Aug-12 2:49
mveRichard MacCutchan23-Aug-12 2:49 
Questionfirst time application starts Pin
Member 429909620-Aug-12 19:52
Member 429909620-Aug-12 19:52 
AnswerRe: first time application starts Pin
Shameel20-Aug-12 20:31
professionalShameel20-Aug-12 20:31 
AnswerRe: first time application starts Pin
Richard MacCutchan20-Aug-12 21:13
mveRichard MacCutchan20-Aug-12 21:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.