[Mono-dev] QProcess alternative in mono

Michael L Torrie torriem at chem.byu.edu
Fri May 5 15:34:13 EDT 2006


On Fri, 2006-05-05 at 17:12 +0530, Sharique uddin Ahmed Farooqui wrote:
> Hi,
> I'm a Qt developer. I want to port my application to mono since my
> client want to sell it as comercial application.
> I have problem. I uses QProcess object in Qt to execute system process
> or application (such as mplayer). I can give commands to  application
> while it is running (such as fullecreen, mute, stop etc,). In mono
> what is should I use in replacement of QProcess.

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#.

Michael

> 
> --
> Sharique uddin Ahmed Farooqui
> (C++/C# Developer. IT Consultant, Open Source Expert)
> http://www.managefolio.com/sharique
> DOAccess : Object data access library for MySql. Zero codeing, early
> binding for MySql
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 




More information about the Mono-devel-list mailing list