PDA

View Full Version : QProcess-startDetached and Console screen problem



ramazangirgin
17th June 2008, 07:52
Hi all,
I want to call external qt application and i'm using QProcess class. I wrote
windows shell extension to explorer and i use QProcess for calling my
exernal Qt application. Extension dll and my exteranal qt application use
same dll's. In first i was using QProcess-start() method but when external
qt application want to use shared dll(both Extension dll and external qt
application use) function external qt application waits for explorer.exe 's
finishing and do nothing.
But when i use QProcess-startDetached() working corrently but there is a
console screen . I don't want show console screen . How can i hide this
console screen ?Or how can i use QProcess-start() method correctly?
Thanks in advance
Ramazan

jpn
17th June 2008, 08:05
For that you might have to use WinAPI. Please search the forums next time: http://www.qtcentre.org/forum/f-qt-programming-2/t-start-a-exe-file-with-parameters-14207.html#9.