[Mono-dev] Re: QProcess alternative in mono

Miguel de Icaza miguel at novell.com
Fri May 5 12:14:33 EDT 2006


Hello,

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

Am not sure what you need from in QProcess, but there is
System.Diagnostics.Process.

Miguel



More information about the Mono-devel-list mailing list