Top "Waitforexit" questions

How to use Process.WaitForExit

I'm calling a 3rd part app which 'sometimes' works in VB.NET (it's a self-hosted WCF). But sometimes the 3rd …

vb.net wcf process waitforexit
WaitforExit doesn't work correctly

So I have been battling this issue for awhile now and tried many different ways to fix it but cannot. …

c# waitforexit
Process.Start in BackgroundWorker C#

I'm having the worst time wrapping my head around threads/background processes. My issues seem common enough to a certain …

c# multithreading process waitforexit
Visual C# GUI stops responding when process.WaitForExit(); is used

I am creating a GUI application using Visual C# 2005 (net framework 2). I use the following code to start a process: …

c# visual-studio user-interface freeze waitforexit