[Mono-list] System.Diagnostics.Process.Exited Event

Jose Luis Garcia jlgarcia@montytronic.com
Mon, 27 Oct 2003 11:02:20 +0100


hi,

    Without your code i thing it's posible you're not enable the process to
raise events...

   process.EnableRaisingEvents = true;

Josus.

----- Original Message ----- 
From: "Ecmel Ercan" <ecmel@ercansoy.com>
To: <mono-list@lists.ximian.com>
Sent: Saturday, October 25, 2003 8:13 PM
Subject: [Mono-list] System.Diagnostics.Process.Exited Event


> Hi,
>
> Hope I am posting to the correct list.
>
> I try to execute a process by using the System.Diagnostics.Process class.
>
> Everything works fine but the System.Diagnostics.Process.Exited Event does
> not fire when the process finishes.
>
> I set System.Diagnostics.Process.EnableRaisingEvents to true.
>
> I am using mono 0.28
>
> Hope someone can help.
>
> Best Regards,
> Ecmel Ercan
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>