PDA

View Full Version : Show dialog application lunched as a process.



mourad
13th October 2008, 13:27
Hello everyone, I've a Qt application when is lunched, execute onther Qt application as a process. I've proceded like :

QProcess::startDetached("UpdaterApp.exe");.
In the menu, I've an icone which lets to the user to lunch the second application. Before I lunch it, I verify if the application is lunched or not. If it is working, I want to show the dialog application.
Can anyone tell me if is possible to do this. If yes, how I must to proceed.
Many thanks in advance.
Best regards.