On 5/5/06, Michael L Torrie <[EMAIL PROTECTED]> wrote:
One thing QProcess does implement is the emission of Qt Signals that you
can catch with slots to get notification as to when the process has
started, when it's ready for standard in, when it has standard out
available, and when the process ends.  I don't know how something like
that would be implemented in the framework of C#.

C# events...

In .NET 1.1 there's only an Exited event, but in .NET 2 there's also
OutputDataReceived and ErrorDataReceived.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to