Hello,
I would like to start another application from my own application for instance by the command
system ("aaa.exe");
but I want the new application (aaa.exe) to be invisible such that the user is unaware that another application started.
I only have access to the .exe file of the new application (aaa.exe).
Does anyone know how to accomplish this?
Thanks!
