Hiding The Command Prompt Window When Using System Calls
I was just wondering if there was any way that QT could hide the Command Prompt Window when using a system call.
when i call:
system("otherProgram.exe");
a command prompt window flashes up on the screen for second then vanishes is there any way to prevent the command prompt from showing up?
thanks
Re: Hiding The Command Prompt Window When Using System Calls
Did you try to use QProcess?
Re: Hiding The Command Prompt Window When Using System Calls