I am calling application B from my application A by using QProcess start(programna me, arguments).

This will open console window of application B.

I need to hide this console.

I read something about freeconsole() and ShowWindow() from windows. Where to use this functions, either in Application A or Application B.

Please provide some ideas to do this.